Inspect and view changes in JIRA Issue Opener 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": "JIRA Issue Opener",
"version": "3.0",
"manifest_version": 2,
"description": "Extension opens JIRA issue in new tab",
"homepage_url": "https://gitlab.com/irina-ivanova-extensions/JIRA-Issue-Opener",
"icons": {
"128": "icons/icon.png"
},
"browser_action": {
"default_icon": "icons/icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"options_page": "options.html",
"content_security_policy": "default-src 'self'",
"author": {
"name": "Irina Ivanova",
"email": "irina.ivanova@protonmail.com"
}
}