Days Until Halloween

Days Until Halloween

Displays the number of days until Halloweeen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Days Until Halloween",
  "description": "Displays the number of days until Halloweeen",
  "version": "0.2",
  "icons": {
    "128": "daysUntilHalloween128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "daysUntilHalloweenDefault.png",
    "default_popup": "./popup.html"
  }
}