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,
"name": "Impero Backdrop MV3",
"version": "4.0.275",
"default_locale": "en",
"description": "Impero Backdrop MV3",
"icons": {
"16": "class-icons\/stopped-icon16.png",
"32": "class-icons\/stopped-icon32.png",
"48": "class-icons\/stopped-icon48.png",
"64": "class-icons\/stopped-icon64.png",
"96": "class-icons\/stopped-icon96.png",
"128": "class-icons\/stopped-icon128.png"
},
"background": {
"service_worker": "js\/serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content_script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"identity",
"identity.email",
"contextMenus",
"storage",
"offscreen",
"enterprise.deviceAttributes",
"bookmarks",
"tabs",
"activeTab",
"unlimitedStorage",
"webNavigation",
"notifications",
"downloads",
"desktopCapture",
"system.display"
],
"action": {
"default_icon": {
"16": "class-icons\/stopped-icon16.png",
"32": "class-icons\/stopped-icon32.png",
"48": "class-icons\/stopped-icon48.png",
"64": "class-icons\/stopped-icon64.png"
},
"default_popup": "extension-menu.html",
"default_title": "Impero Backdrop"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval';"
}
}