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",
"manifest_version": 3,
"name": "Go JIRA",
"version": "3.2",
"description": "View Jira tasks in a Chrome extension.",
"permissions": [
"storage",
"identity"
],
"action": {
"default_title": "Go JIRA",
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"callback.html"
],
"matches": [
"<all_urls>"
]
}
]
}