{
  "name": "Beginner Web Studio",
  "short_name": "Web Studio",
  "description": "Free, privacy-friendly HTML/CSS/JS editor with live preview. No sign-up, no tracking — build your first website in minutes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#0a0f1a",
  "orientation": "any",
  "lang": "en",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "label": "Beginner Web Studio editor"
    }
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Start a new web project",
      "url": "/?new=1",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Examples",
      "short_name": "Examples",
      "description": "Browse example projects",
      "url": "/showcase.html",
      "icons": [{ "src": "favicon.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
