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,
"default_locale": "en",
"name": "__MSG_extensionName__",
"version": "0.7.0",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"bookmarks",
"activeTab",
"scripting",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"icons": {
"32": "icon-32.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-32.png",
"icon-128.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"side_panel": {
"default_path": "side-panel\/index.html"
}
}