Inspect and view changes in JIRA 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"page": "popup.html"
},
"browser_action": {
"default_icon": "images/icon32.png",
"default_popup": "popup.html"
},
"description": "Tracks and logs your work in JIRA.",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"64": "images/icon64.png",
"128": "images/icon128.png"
},
"manifest_version": 2,
"name": "JIRA Time Tracker Plus",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"short_name": "JIRA Time Tracker Plus",
"version": "1.0.0"
}