Nostr Signer (formerly Nostr Connect) Firefox

Examine source code of Nostr Signer (formerly Nostr Connect)

Inspect and view changes in Nostr Signer (formerly Nostr Connect) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Nostr Signer (formerly Nostr Connect)",
  "description": "Nostr Signer Extension",
  "version": "1.0.0",
  "homepage_url": "https://git.reya.su/reya/nostr-connect",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{3ca21ba4-2862-4e24-99a6-ee0ea3bb7f50}"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.build.js"
    ]
  },
  "browser_action": {
    "default_title": "Nostr Signer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.build.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "windows"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "nostr-provider.js"
  ]
}

Best Nostr Signer (formerly Nostr Connect) Alternatives

Here are some Firefox add-ons that are similar to Nostr Signer (formerly Nostr Connect):