GoTodo - Todo list, Notes & Reminders

GoTodo - Todo list, Notes & Reminders

GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png",
    "256": "icons/icon-256x256.png",
    "512": "icons/icon-512x512.png"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "GoTodo",
    "default_popup": "assets/popup.html",
    "description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists."
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [],
  "name": "GoTodo - Todo list, Notes & Reminders",
  "short_name": "GoTodo",
  "description": "GoTodo is your productivity app to organize work & life with simple yet powerful todo list, tasks, reminders, notes, checklists.",
  "version": "3.1.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}