Nostr Web Browser Firefox

Examine source code of Nostr Web Browser

By: Shugur
Inspect and view changes in Nostr Web Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Nostr Web Browser",
  "version": "1.1.1",
  "description": "Browse decentralized websites on Nostr. Censorship-resistant, verifiable, permanent web content.",
  "author": "Nostr Web Project",
  "homepage_url": "https://github.com/Shugur-Network/nw-extention",
  "browser_specific_settings": {
    "gecko": {
      "id": "nostr-web@shugur.com",
      "strict_min_version": "112.0"
    }
  },
  "permissions": [
    "storage",
    "webNavigation",
    "alarms",
    "tabs"
  ],
  "host_permissions": [
    "https://dns.google/*",
    "https://cloudflare-dns.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "Open Nostr Web Browser",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "viewer.html",
        "viewer.js",
        "sandbox.html",
        "sandbox.js",
        "renderer.html",
        "renderer.js",
        "content.html",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Nostr Web Browser Alternatives

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