Age Counter

Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Age Counter",
  "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
  "version": "1.1.0",
  "manifest_version": 2,
  "author": "Cody Daniels",
  "icons": {
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ]
}