Prana: Your time is limited

Prana: Your time is limited

Live age and life percentage on a new tab that gives a constant reminder that your time is limited.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prana: Your time is limited",
  "version": "2.0.2",
  "description": "Live age and life percentage on a new tab that gives a constant reminder that your time is limited.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "./assets/favicon/icon16.png",
    "32": "./assets/favicon/icon32.png",
    "48": "./assets/favicon/icon48.png",
    "128": "./assets/favicon/icon128.png"
  }
}