Inspect and view changes in Jira Extras 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",
"author": "Rubén Martín Lozano - ruben.martin.lozano@gmail.com",
"browser_action": {
"default_icon": {
"19": "icons/19x19.png",
"38": "icons/38x38.png"
},
"default_title": "Set description in Jira tasks automatically with prefefined templates.",
"default_popup": "popup/popup.html"
},
"description": "This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates.",
"homepage_url": "http://ruben-martin-lozano.github.io/jira-extras/",
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png",
"512": "icons/512x512.png"
},
"manifest_version": 2,
"name": "Jira Extras",
"permissions": [
"tabs",
"storage",
"https://www.google-analytics.com/"
],
"optional_permissions": [
"https://*/",
"http://*/"
],
"options_ui": {
"page": "options/options.html",
"chrome_style": true
},
"version": "0.1"
}