Nostr News Comments (Austrian Edition) Firefox

Examine source code of Nostr News Comments (Austrian Edition)

Inspect and view changes in Nostr News Comments (Austrian Edition) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Nostr News Comments (Austrian Edition)",
  "version": "1.0.0",
  "description": "Zensurresistente, serverlose Kommentarspalte für Der Standard, Die Presse und Kurier via Nostr-Protokoll.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.derstandard.at/*",
    "*://*.diepresse.com/*",
    "*://*.kurier.at/*",
    "*://*.damus.io/*",
    "*://*.nos.lol/*",
    "*://*.nostr.band/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.derstandard.at/*",
        "*://*.diepresse.com/*",
        "*://*.kurier.at/*"
      ],
      "css": [
        "lib/tailwind.min.css",
        "content.css"
      ],
      "js": [
        "lib/noble-secp256k1.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/tailwind.min.css",
        "content.css"
      ],
      "matches": [
        "*://*.derstandard.at/*",
        "*://*.diepresse.com/*",
        "*://*.kurier.at/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nostr-news-comments@lokal.dev",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Nostr News Comments (Austrian Edition) Alternatives

Here are some Firefox add-ons that are similar to Nostr News Comments (Austrian Edition):