OpenWith | Browser Chooser Firefox

Examine source code of OpenWith | Browser Chooser

Inspect and view changes in OpenWith | Browser Chooser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "OpenWith | Browser Chooser",
  "description": "Open links in the right browser every time. Companion extension for the OpenWith desktop browser chooser.",
  "version": "1.2.1",
  "manifest_version": 3,
  "homepage_url": "https://openwith.io",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "OpenWith | Browser Chooser"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@openwith.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best OpenWith | Browser Chooser Alternatives

Here are some Firefox add-ons that are similar to OpenWith | Browser Chooser: