Extension that shows the year progress in the new tab + todo app, for chrome, Firefox, and Edge. Available in 2 languages.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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": []
}