Inspect and view changes in Time Tracker Plus 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
{
"manifest_version": 2,
"name": "Time Tracker",
"version": "1.0",
"description": "Track and display time history with useful features",
"icons": {
"48": "icon.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Time Tracker",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_specific_settings": {
"gecko": {
"id": "{3b8ccdc2-db3c-4c77-8f4e-9ea98d633c0d}"
}
}
}