Lume Web

Lume Web

Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Lume Web",
  "description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
  "version": "0.2.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "proxy",
    "contextMenus",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "dns.html",
    "error.html",
    "content_api.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "91.1.0"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}