GNUnet Connector Firefox

Examine source code of GNUnet Connector

Inspect and view changes in GNUnet Connector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GNUnet Connector",
  "description": "An extension to use GNUnet web functionality such as GNS and re:claimID.",
  "version": "0.0.6",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/logo.png",
    "theme_icons": [
      {
        "light": "icons/logo.png",
        "dark": "icons/logo.png",
        "size": 32
      }
    ],
    "default_title": "GNUnet connector",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/logo.png",
    "96": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "background/reclaim.js",
      "scripts/gnunet.js"
    ]
  },
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "*/**",
    "/#/identities/",
    "index.html*",
    "*.js",
    "assets/*",
    "*.woff*",
    "*.ttf",
    "*.svg"
  ],
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true,
    "browser_style": true,
    "chrome_style": true
  }
}

Best GNUnet Connector Alternatives

Here are some Firefox add-ons that are similar to GNUnet Connector: