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__",
"description": "__MSG_extDescription__",
"version": "2.5.1",
"permissions": [
"sidePanel",
"identity",
"identity.email",
"storage",
"contextMenus",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-Bn9foTyW.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"assets\/index-DtBvZ6ej.css"
]
}
],
"action": {
"default_title": "Click to open panel",
"default_icon": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
}
},
"icons": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/_plugin-vue_export-helper-C___feUY.js",
"assets\/index.js-UMWRZiC0.js"
],
"use_dynamic_url": true
}
]
}