Todo and Journaling System

Todo and Journaling System

A Todo and Journaling system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Todo and Journaling System",
  "version": "1.3.1",
  "description": "A Todo and Journaling system",
  "permissions": [
    "storage"
  ],
  "optional_host_permissions": [
    "https://avchrono.com/"
  ],
  "optional_permissions": [
    "notifications",
    "identity",
    "identity.email"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "options_page": "options.html",
  "icons": {
    "16": "images/todo-16.png",
    "32": "images/todo-32.png",
    "48": "images/todo-48.png",
    "128": "images/todo-128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/todo-16.png",
      "32": "images/todo-32.png",
      "48": "images/todo-48.png",
      "128": "images/todo-128.png"
    }
  },
  "content_security_policy": {}
}