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",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "4.0.5",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon-128.png",
"32": "icons\/icon-128.png",
"48": "icons\/icon-128.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"48": "icons\/icon-128.png"
},
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"webRequest",
"webRequestAuthProvider",
"management",
"webNavigation",
"storage",
"alarms",
"unlimitedStorage",
"proxy",
"notifications",
"privacy",
"cookies",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback"
],
"background": {
"service_worker": "bg\/bundle.js"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"all_frames": false,
"js": [
"caa\/bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"*.css",
"*.svg",
"images\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}