Localhost Shortcut Firefox

Examine source code of Localhost Shortcut

Inspect and view changes in Localhost Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Localhost Shortcut",
  "version": "1.0.0",
  "description": "Open localhost ports from the Firefox address bar using the l keyword.",
  "omnibox": {
    "keyword": "l"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "localhost-shortcut@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Localhost Shortcut Alternatives

Here are some Firefox add-ons that are similar to Localhost Shortcut: