Lume Web Firefox

Examine source code of Lume Web

Inspect and view changes in Lume Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
  "manifest_version": 2,
  "name": "Lume Web",
  "version": "0.5.1",
  "homepage_url": "https://lumeweb.com",
  "icons": {
    "48": "icon.png",
    "96": "icon@2x.png"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "menus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://kernel.lume/"
      ],
      "js": [
        "bootloader.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bridge.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cryptoLoader.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "icon@2x.png",
    "*.html",
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@lumeweb.com",
      "strict_min_version": "91.1.0"
    }
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Lume Web",
    "default_popup": "popup.html"
  }
}

Best Lume Web Alternatives

Here are some Firefox add-ons that are similar to Lume Web: