{
  "name": "3DPlayground Editor",
  "short_name": "3DPlayground",
  "description": "Create annotated 3D model scenes for the classroom. Educators build, students explore — no install required.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#6B3CF0",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Scene",
      "url": "/dashboard",
      "description": "Create a new 3D scene"
    }
  ]
}
