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,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"version": "2.1.1",
"default_locale": "en",
"icons": {
"128": "img\/icons\/icon-128.png",
"500": "img\/icons\/icon-500.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"\/js\/settings-controller.js",
"\/js\/track-controller.js",
"\/js\/utils.js",
"\/js\/engine-action.js",
"\/js\/engine-styles.js",
"\/js\/engine-shortcuts.js",
"\/js\/engine-hover.js",
"\/js\/engine-discovery.js",
"\/js\/engine-navigation.js",
"\/js\/engine-motions.js",
"\/js\/engine-controller.js",
"\/js\/settings-panel.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"background": {
"service_worker": "\/js\/background.js"
},
"permissions": [
"activeTab",
"storage"
],
"optional_permissions": [
"tabs"
],
"action": {
"default_icon": {
"48": "img\/badges\/badge-48.png"
},
"default_title": "Configure BrowseCut"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"css\/popup.css",
"img\/*"
],
"matches": [
"<all_urls>"
]
}
]
}