Inspect and view changes in MyZone Time Tracking 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",
"name": "MyZone Time Tracking",
"version": "1.31",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"background": {
"scripts": [
"app/background.js"
]
},
"content_scripts": [],
"permissions": [
"storage",
"https://erp2-api.myzone.com/api"
],
"content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}