Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 30, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LUMIQ",
"version": "1.0.0",
"description": "LUMIQ \u2013 Secure Proxy Extension",
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "sw.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
}
},
"icons": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"options_page": "options.html"
}