Task Counter

Task Counter

Count tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Task Counter",
  "description": "Count tasks",
  "version": "1.0",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "Icons/icon.png",
    "32": "Icons/icon.png",
    "48": "Icons/icon.png",
    "128": "Icons/icon.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "storage"
  ]
}