Save as Shortcut html Firefox

Examine source code of Save as Shortcut html

Inspect and view changes in Save as Shortcut html source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save as Shortcut",
  "version": "1.0",
  "description": "Save current tab as cross platform internet shortcut file",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tomklijn@outlook.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Save as Shortcut html Alternatives

Here are some Firefox add-ons that are similar to Save as Shortcut html: