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,
"default_locale": "en",
"name": "__MSG_extensionName__",
"version": "4.0.0",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting",
"tabs",
"activeTab",
"unlimitedStorage",
"webNavigation",
"cookies",
"webRequest",
"alarms",
"sidePanel"
],
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"action": {
"default_icon": "beacon-icon.png"
},
"icons": {
"128": "beacon-icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"all_frames": true,
"js": [
"content\/index.iife.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"*.png",
"*.gif",
"beacon-icon.png",
"Beacon.png",
"background.gif"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.commercepartnerhub.com\/*"
]
},
"side_panel": {
"default_path": "side-panel\/index.html"
}
}