Web App Links Firefox

Examine source code of Web App Links

Por: 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"
  ]
}

Mejores alternativas Web App Links

Aquí hay algunas Firefox add-ons que son similares a Web App Links: