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": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "2.3.3",
"version_name": "v2.3",
"description": "__MSG_appDescription__",
"homepage_url": "https:\/\/www.productboard.com",
"offline_enabled": false,
"icons": {
"16": "images\/[email protected]",
"48": "images\/[email protected]",
"128": "images\/[email protected]"
},
"default_locale": "en",
"background": {
"service_worker": "build\/background.js"
},
"action": {
"default_icon": {
"19": "images\/[email protected]",
"38": "images\/[email protected]"
},
"default_title": "productboard"
},
"permissions": [
"scripting",
"cookies",
"tabs",
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/*.productboard.com\/*",
"https:\/\/*.productboard.info\/*",
"https:\/\/*.pb1.dev\/*"
],
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}