autograph Firefox

Examine source code of autograph

Inspect and view changes in autograph source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "autograph",
  "description": "NIP-07 signer for sovereign identity: sign Nostr events without your keys ever leaving the extension.",
  "version": "0.4.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "homepage_url": "https://buildtall.systems",
  "permissions": [
    "alarms",
    "storage",
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    "nostr-provider.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autograph@buildtall.systems",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "autograph",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/autograph.js"
      ]
    }
  ]
}

Best autograph Alternatives

Here are some Firefox add-ons that are similar to autograph: