Diogel Firefox

Examine source code of Diogel

Inspect and view changes in Diogel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http://localhost:* http://127.0.0.1:*; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@diogel",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**/**",
        "nostr-provider.js",
        "www/images/**"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "www/index.html#/popup",
    "default_title": "Diogel"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/content.css"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Diogel",
  "short_name": "Diogel",
  "description": "Privacy focused nostr extension",
  "version": "0.0.27"
}

Best Diogel Alternatives

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