Web3Q: Fully Decentralized Web3

Web3Q: Fully Decentralized Web3

Enable support for web3:// schema in the browser (E.g., web3://home.w3q/), and it will redirect to https://web3q.io gateway for now.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WEB3Q: Fully Decentralized Web3",
  "short_name": "WEB3",
  "description": "An extension for web3",
  "manifest_version": 2,
  "version": "1.1.1",
  "icons": {
    "16": "icons/beasts-16.png",
    "32": "icons/beasts-32.png",
    "48": "icons/beasts-48.png",
    "128": "icons/beasts-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/beasts-128.png",
    "default_title": "WEB3 Extension",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{45547f7d-6289-4d3b-82be-fc1d41b0b552}"
    }
  }
}