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": "QuickViz AI - Interior Design Side Panel",
"version": "1.1.0",
"description": "Transform your room with AI instantly. Upload room photos and get 3D walkthrough videos right in your Chrome side panel.",
"permissions": [
"sidePanel",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/quickdreamviz.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open QuickViz Side Panel",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}