Life in Weeks - Checked

Life in Weeks - Checked

This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.",
  "version": "1.2.1",
  "manifest_version": 3,
  "name": "Life in Weeks - Checked",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}