Inspect and view changes in Timer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "timer.html"
},
"description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.",
"manifest_version": 2,
"name": "Timer",
"permissions": [
"storage",
"notifications",
"cookies",
"tabs",
"activeTab",
"http://*/*",
"https://*/*",
"webNavigation",
"webRequest",
"webRequestBlocking"
],
"version": "1.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}