PWA Links Firefox

Examine source code of PWA Links

By: Onred
Inspect and view changes in PWA Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PWA Links",
  "version": "0.3.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 a different Firefox profile than your default profile.",
  "icons": {
    "256": "icons/pwalinks.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@pwalinks"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pwalinks.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}

Best PWA Links Alternatives

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