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_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.0",
"default_locale": "en",
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"permissions": [
"proxy",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background.js"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png"
}
},
"options_page": "src\/options\/index.html"
}