Inspect and view changes in TrackYourTime 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
{
"author": "Defend.pw",
"manifest_version": 2,
"name": "TrackYourTime 2",
"version": "1.0",
"description": "Time tracker extension",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"<all_urls>",
"tabs",
"storage"
]
}