aging

aging

see your exact age in every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "aging",
  "description": "see your exact age in every new tab",
  "version": "0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "age.html"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}