FlowTime

FlowTime

A Chrome Extension to boost your productivity!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FlowTime",
  "version": "4.0.3.0",
  "version_name": "4.0.3",
  "description": "A Chrome Extension to boost your productivity!",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "icons/icon16-dark.png",
    "32": "icons/icon32-dark.png",
    "48": "icons/icon48-dark.png",
    "128": "icons/icon128-dark.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "scripting"
  ],
  "host_permissions": [
    "*://*.flowtime.biz/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.flowtime.biz/*"
    ]
  }
}