Days Until (Days Countdown)

Days Until (Days Countdown)

Displays the number of days until a specified date right in the toolbar. (Days Countdown)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Click here to set the date"
  },
  "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Days Until (Days Countdown)",
  "permissions": [
    "storage"
  ],
  "short_name": "Days Until",
  "version": "1.52"
}