HtmlSave

HtmlSave

We help you to save and host your HTML files online and give Rendered HTML link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "HtmlSave",
  "description": "We help you to save and host your HTML files online and give Rendered HTML link",
  "version": "1.0",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-100.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icon.png"
  ],
  "homepage_url": "https://htmlsave.com/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}