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_extensionName__",
"version": "0.6.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icons\/png\/toc-disabled-16.png",
"32": "icons\/png\/toc-disabled-32.png",
"48": "icons\/png\/toc-disabled-48.png",
"128": "icons\/png\/toc-disabled-128.png"
},
"action": {
"default_title": "__MSG_browserActionTitle__",
"default_icon": {
"16": "icons\/png\/toc-disabled-16.png",
"32": "icons\/png\/toc-disabled-32.png",
"48": "icons\/png\/toc-disabled-48.png",
"128": "icons\/png\/toc-disabled-128.png"
}
},
"background": {
"service_worker": "src\/background.js"
}
}