Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"short_name": "Jira Product Discovery",
"name": "Jira Product Discovery",
"version": "1.1.5",
"description": "Jira Product Discovery Chrome Extension",
"icons": {
"16": "icon-production16.e9556cf1.png",
"48": "icon-production48.62b47d09.png",
"128": "icon-production128.913ec90d.png"
},
"permissions": [
"storage",
"webRequest",
"contextMenus",
"activeTab",
"cookies",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/*.atlassian.net\/*",
"https:\/\/*.jira-dev.com\/*",
"https:\/\/*.jira.com\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.d19ec07e.js"
},
"action": {
"default_popup": "popup.2597e53a.html"
},
"web_accessible_resources": [
{
"resources": [
"content-script.js",
"content.css",
"atlaskit.css",
"atlaskit-css-reset.css",
"[email protected]",
"get_started.html"
],
"matches": [
"<all_urls>"
]
}
]
}