Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extName__",
"author": "Rostislav Alyaev",
"version": "0.12.1",
"description": "__MSG_extDescription__",
"permissions": [
"downloads",
"nativeMessaging",
"webRequest",
"webNavigation",
"notifications",
"storage",
"tabs",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "__MSG_extActionTitle__",
"default_icon": {
"16": "icons\/16-bw.png",
"32": "icons\/32-bw.png",
"48": "icons\/48-bw.png",
"128": "icons\/128-bw.png"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
}