GoodPlan (no overriding of your home page)

GoodPlan (no overriding of your home page)

A streamlined, user-friendly journal app for daily use! Designed to maximize your efficiency and save precious time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_shortName__",
  "manifest_version": 3,
  "version": "2.0.2",
  "incognito": "spanning",
  "default_locale": "en",
  "offline_enabled": true,
  "icons": {
    "16": "favicon/daily_notes_16px.png",
    "32": "favicon/daily_notes_32px.png",
    "48": "favicon/daily_notes_48px.png",
    "128": "favicon/daily_notes_128px.png",
    "512": "favicon/daily_notes_512px.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "action": {},
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}