Years Progress

Years Progress

Displays years progress bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Years Progress",
  "description": "Displays years progress bar",
  "version": "1.0.3",
  "author": "Rajat Rao",
  "icons": {
    "16": "static/timer.png",
    "48": "static/timer.png",
    "128": "static/timer.png"
  },
  "browser_action": {
    "default_icon": "static/timer.png",
    "default_title": "Years Progress",
    "default_popup": "components/index.html"
  },
  "background": {
    "page": "components/index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}