Inspect and view changes in Jira Tracker United 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": 2,
"name": "Jira Tracker United",
"description": "Integrate Jira Work Log and Tracker Timesheet",
"version": "1.5",
"icons": {
"16": "assets/Icon-16.png",
"48": "assets/Icon-48.png",
"128": "assets/Icon-128.png"
},
"browser_action": {
"default_icon": {
"16": "assets/Icon-16.png",
"32": "assets/Icon-32.png"
},
"default_title": "Jira Tracker United"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"*://*.com/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"assets/css/*",
"assets/js/*",
"assets/fonts/*"
],
"author": "AMP Team"
}