{
  "id": "/html-editor/",
  "name": "HTML Editor Online",
  "short_name": "HTML Editor",
  "description": "Free online HTML editor with live preview, WYSIWYG editing and smart cleanup.",
  "start_url": "/html-editor/",
  "scope": "/html-editor/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#ffffff",
  "theme_color": "#b84516",
  "icons": [
    {
      "src": "/html-editor/files/interface192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/html-editor/files/interface512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}