By: Shivam Shukla
Inspect and view changes in LuminaView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LuminaView",
"version": "1.0.0",
"description": "Right-click any image — including protected ones on WhatsApp Web — to open it in a high-power, session-only viewing gallery.",
"browser_specific_settings": {
"gecko": {
"id": "luminaview@extension",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"contextMenus",
"tabs",
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "LuminaView Gallery"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"viewer.html",
"viewer.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best LuminaView Alternatives
Here are some Firefox add-ons that are similar to LuminaView: