Attest Firefox

Examine source code of Attest

Inspect and view changes in Attest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Attest",
  "description": "A Nostr signer for Firefox that asks first. Sign events without handing your key to a website.",
  "version": "1.24.0",
  "homepage_url": "https://github.com/briskness-byte/attest",
  "browser_specific_settings": {
    "gecko": {
      "id": "attest@brisknessbyte.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      },
      "strict_min_version": "140.0"
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "manifest_version": 2,
  "icons": {
    "16": "assets/logo/16x16.png",
    "32": "assets/logo/32x32.png",
    "48": "assets/logo/48x48.png",
    "96": "assets/logo/96x96.png",
    "128": "assets/logo/128x128.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Attest",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/logo/16x16.png",
      "32": "assets/logo/32x32.png",
      "48": "assets/logo/48x48.png"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "world": "MAIN",
      "js": [
        "nostr-provider.js"
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "ext+nostr",
      "name": "Attest",
      "uriTemplate": "/nostr-handler.html?uri=%s"
    }
  ],
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';"
}

Mejores alternativas Attest

Aquí hay algunas Firefox add-ons que son similares a Attest: