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",
"icons": {
"16": "icon16.plasmo.30505cfd.png",
"32": "icon32.plasmo.86ee3d82.png",
"48": "icon48.plasmo.5f61a6b2.png",
"64": "icon64.plasmo.bb464aa3.png",
"128": "icon128.plasmo.edf671d5.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.30505cfd.png",
"32": "icon32.plasmo.86ee3d82.png",
"48": "icon48.plasmo.5f61a6b2.png",
"64": "icon64.plasmo.bb464aa3.png",
"128": "icon128.plasmo.edf671d5.png"
},
"default_popup": "popup.html"
},
"version": "2.2.23",
"author": "<[email protected]>",
"name": "__MSG_extName__",
"description": "__MSG_description__",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"tabCapture",
"storage",
"activeTab",
"system.display",
"offscreen"
],
"host_permissions": [
"https:\/\/*\/*"
],
"default_locale": "en",
"web_accessible_resources": [
{
"resources": [
"static\/**\/*",
"_locales\/**\/*"
],
"matches": [
"<all_urls>"
]
}
]
}