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",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "1.0.12",
"permissions": [
"storage",
"offscreen",
"webRequest",
"proxy",
"webRequestAuthProvider"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup\/index.html"
},
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"64": "images\/icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"web_accessible_resources": [
{
"resources": [
"offscreen-view.html",
"images\/*"
],
"matches": [
"<all_urls>"
]
}
]
}