Day-Count Timer Extension

Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Day-Count Timer Extension",
  "version": "2.3.2",
  "manifest_version": 3,
  "description": "Counts the amount of days since or until a specified date (or multiple dates).",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "./popup.html",
    "default_icon": "./assets/images/icon.png"
  },
  "background": {
    "service_worker": "./assets/js/background.js"
  },
  "icons": {
    "128": "./assets/images/icon.png"
  }
}