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,
"version": "1.0.1",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"contextMenus",
"storage",
"sidePanel"
],
"icons": {
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png",
"64": "icons\/logo-64.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png"
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidebar.html"
},
"action": {
"default_icon": {
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png",
"64": "icons\/logo-64.png",
"96": "icons\/logo-96.png",
"128": "icons\/logo-128.png"
},
"default_title": "__MSG_appName__"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"worker.js",
"heic-worker.js",
"analytics.js",
"lib\/libheif-bundle.js"
],
"matches": [
"<all_urls>"
]
}
]
}