ProductivTab

ProductivTab

Create and track tasks from your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ProductivTab",
  "manifest_version": 3,
  "description": "Create and track tasks from your new tab.",
  "version": "1.3.3",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_title": "ProductivTab"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}