Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GEDA customized JIRA page",
"version": "1.6",
"description": "If the page is GEDA JIRA issue, replace blank description with a defined templated",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "GEDA-19.png",
"default_title": "GEDA customized JIRA page"
},
"content_scripts": [
{
"matches": [
"http:\/\/jira.bjz.apac.ime.reuters.com\/*",
"http:\/\/www.iajira.amers.ime.reuters.com\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"48": "GEDA-48.png",
"128": "GEDA-128.png"
},
"manifest_version": 2
}