Age Watch

Age Watch

Age Watch — Watch your age!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "./dist/index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Age Watch — Watch your age!",
  "icons": {
    "16": "./icons/16.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "./icons/16.png",
      "24": "./icons/24.png",
      "32": "./icons/32.png"
    },
    "default_title": "Age Watch"
  },
  "manifest_version": 2,
  "name": "Age Watch",
  "offline_enabled": true,
  "version": "1.0"
}