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",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"default_locale": "en_US",
"version": "1.3",
"manifest_version": 3,
"icons": {
"16": "img\/icons\/app\/icon-16.png",
"32": "img\/icons\/app\/icon-32.png",
"48": "img\/icons\/app\/icon-48.png",
"128": "img\/icons\/app\/icon-128.png"
},
"permissions": [
"activeTab",
"declarativeNetRequest",
"tabs",
"scripting",
"contextMenus",
"webNavigation",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icons\/app\/icon-16.png",
"32": "img\/icons\/app\/icon-32.png",
"48": "img\/icons\/app\/icon-48.png",
"128": "img\/icons\/app\/icon-128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"<all_urls>"
]
}
]
}