Web App Links Firefox

Examine source code of Web App Links

By: Onred Add-on
Inspect and view changes in Web App Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web App Links",
  "version": "0.2.0",
  "description": "Opens external links in your default browser. Any links that share the same origin will be unaffected. Works best if your default browser is not firefox or if this addon is installed in your non-default firefox profile.",
  "icons": {
    "256": "icons/webapplinks.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@webapplinks"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "webapplinks.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}

Best Web App Links Alternatives

Here are some Firefox add-ons that are similar to Web App Links: