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": "QNavix Odyssey",
"version": "1.0.4",
"description": "QNavix Odyssey \u2014 Your Personal AI-Powered Web Navigator",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting",
"tabs",
"activeTab",
"debugger",
"unlimitedStorage",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';"
},
"options_page": "options\/index.html",
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"action": {
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content\/index.iife.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icon.png",
"permission\/index.html",
"permission\/permission.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"side_panel": {
"default_path": "side-panel\/index.html"
}
}