{
  "name": "Webwright",
  "short_name": "Webwright",
  "description": "A browser-based, HTML-first visual editor for single-file web pages.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#12100e",
  "theme_color": "#171310",
  "orientation": "landscape",
  "icons": [
    {
      "src": "./icons/webwright.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/webwright-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/webwright-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
