GoodPlan

GoodPlan

Replace a new tab with daily smart notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "favicon/preview-128x128.png",
    "default_title": "GoodPlan",
    "icons": {
      "16": "favicon/favicon-16x16.png",
      "32": "favicon/favicon-32x32.png",
      "128": "favicon/preview-128x128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self'  https://ssl.google-analytics.com https://www.google-analytics.com  ; object-src 'self'",
  "description": "Replace a new tab with daily smart notes",
  "homepage_url": "https://goodplan.app/",
  "icons": {
    "16": "favicon/favicon-16x16.png",
    "48": "favicon/preview-48x48.png",
    "128": "favicon/preview-128x128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "GoodPlan",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "short_name": "Smart notes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6.1"
}