In The Zone - Productive Club

In The Zone - Productive Club

Build Productive Habits - Make Every Day Super Productive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "In The Zone - Productive Club",
  "version": "3.2.0",
  "description": "Build Productive Habits - Make Every Day Super Productive",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "background": {
    "scripts": [
      "js/lib/jquery-3.6.0.min.js",
      "js/app/bgcontentcommons.js",
      "js/app/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/lib/jquery-3.6.0.min.js",
        "js/app/common-imports.js",
        "js/app/basecontent.js",
        "js/lib/jquery-ui.min.js",
        "js/lib/ifvisible.js"
      ],
      "css": [
        "css/fpc-injectcss.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "topSites",
    "chrome://favicon/"
  ],
  "content_security_policy": "img-src chrome://favicon https://productiveclub.com;",
  "chrome_url_overrides": {
    "newtab": "views/new-tab-home.html"
  },
  "icons": {
    "128": "assets/focus_logo.png"
  },
  "browser_action": {
    "default_title": "Focus - Productive Club"
  },
  "web_accessible_resources": [
    "views/*",
    "assets/*",
    "webfonts/fa-regular-400.woff2",
    "webfonts/fa-brands-400.woff2",
    "webfonts/fa-solid-900.woff2",
    "assets/sounds/beep_sound.wav"
  ]
}