Inspect and view changes in onWebTrack: Track & Optimize Your Web Time 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "onWebTrack: Track & Optimize Your Web Time",
"short_name": "onWebTrack",
"version": "1.0.1.0",
"description": "Track and optimize your web activity with insights, time stats & smart charts. Boost productivity and monitor your web usage.",
"permissions": [
"tabs",
"storage",
"alarms"
],
"background": {
"service_worker": "background/background.js",
"type": "module"
},
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
}
},
"icons": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"dashboard.html"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https://onwebtrack.tryinfy.com"
}