Year Progress

Year Progress

Extension that shows the year progress in the new tab + todo app, for chrome, Firefox and Edge. Available in 2 languages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "2.1.2",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "minimum_chrome_version": "10.0",
  "chrome_url_overrides": {
    "newtab": "pages/newtab.html"
  },
  "omnibox": {
    "keyword": "year-progress"
  },
  "permissions": []
}