Gopass Bridge Dark (deprecated) Firefox

Examine source code of Gopass Bridge Dark (deprecated)

Inspect and view changes in Gopass Bridge Dark (deprecated) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "short_name": "gopassbridge-dark",
  "name": "Gopass Bridge Dark",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "author": "JasonM23",
  "homepage_url": "https://github.com/gopasspw/gopassbridge",
  "incognito": "spanning",
  "icons": {
    "48": "icons/gopassbridge-dark-48.png",
    "96": "icons/gopassbridge-dark-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gopassbridge-dark@ocodo",
      "strict_min_version": "79.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "vendor/browser-polyfill.js",
        "generic.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "vendor/browser-polyfill.js",
      "generic.js",
      "i18n.js",
      "background.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "default_locale": "en",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/gopassbridge-dark-48.png",
      "96": "icons/gopassbridge-dark-96.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "gopassbridge.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    }
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "clipboardWrite",
    "storage",
    "nativeMessaging",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best Gopass Bridge Dark (deprecated) Alternatives

Here are some Firefox add-ons that are similar to Gopass Bridge Dark (deprecated):