HTML editor WebStudio for Webpages

HTML editor WebStudio for Webpages

WebStudio, a HTML editor online to create and edit any webpage using a web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.4.4",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "options_page": "settings.html",
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "web.js"
    ]
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6a13550-1f95-4c38-a8fa-fa56c17057f8}"
    }
  }
}