Simple open html file button Firefox

Examine source code of Simple open html file button

Inspect and view changes in Simple open html file button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "simple-open-html-file-button",
  "short_name": "simple-open-html-file-button",
  "version": "14",
  "description": "Simple button to open html file.",
  "author": "serj-kzv",
  "homepage_url": "https://github.com/serj-kzv/simple-open-html-file-button",
  "background": {
    "page": "src/background/index.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Open HTML"
  },
  "options_ui": {
    "page": "src/option/option.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "64": "icon.png",
    "96": "icon.png"
  },
  "web_accessible_resources": [
    "src/action/open-file.html"
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{70fef7a5-69c1-45d8-9981-4aac559fb61b}"
    }
  }
}

Best Simple open html file button Alternatives

Here are some Firefox add-ons that are similar to Simple open html file button: