{
  "name": "Text to mcstructure Generator",
  "short_name": "mcstructure",
  "description": "AI-powered Minecraft Bedrock structure generator: describe a build, preview it in 3D, export a .mcstructure file.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#17181c",
  "theme_color": "#166534",
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["games", "utilities"],
  "launch_handler": { "client_mode": "focus-existing" },
  "file_handlers": [
    {
      "action": "/",
      "accept": { "application/octet-stream": [".mcstructure"] }
    }
  ],
  "shortcuts": [
    { "name": "New build", "url": "/?tab=build", "description": "Describe and generate a structure" },
    { "name": "Mega Build", "url": "/?tab=mega", "description": "Multi-section mega build" },
    { "name": "Workshop", "url": "/?tab=workshop", "description": "Your saved build library" }
  ]
}
