Inspect and view changes in Go JIRA 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": "Go JIRA",
"version": "1.0.1",
"description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"options_page": "src/modules/options/options.html",
"omnibox": {
"keyword": "gojira"
},
"background": {
"page": "src/modules/background/background.html"
},
"page_action": {
"default_popup": "src/modules/popup/popup.html",
"default_icon": {
"128": "images/icon-128.png"
}
},
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"minimum_chrome_version": "61",
"manifest_version": 2
}