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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "icons\/blank16.png",
"32": "icons\/blank32.png",
"48": "icons\/blank48.png",
"128": "icons\/blank128.png"
},
"action": {
"default_icon": {
"16": "icons\/blank16.png",
"32": "icons\/blank32.png"
},
"default_popup": "src\/options.html"
},
"chrome_url_overrides": {
"newtab": "src\/blank.html"
},
"options_ui": {
"page": "src\/options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"scripting"
],
"incognito": "split",
"default_locale": "en",
"background": {
"service_worker": "bwp-bg.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api2.amplitude.com https:\/\/api.amplitude.com;"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"assets\/note-fab.png",
"lib\/amplitude.js"
],
"matches": [
"<all_urls>"
]
}
]
}