Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": {
"128": "image.png"
},
"default_title": "__MSG_appName__"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"content-script.js"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "image.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"activeTab",
"declarativeNetRequest"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
}