Days Until Death

Days Until Death

Find out how many days you have left to live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Days Until Death",
  "version": "1.0",
  "description": "Find out how many days you have left to live.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/hourglass128.png"
    }
  },
  "icons": {
    "128": "images/hourglass128.png"
  },
  "manifest_version": 2
}