{
  "name": "Surface Generation Engine",
  "short_name": "SGE",
  "description": "Free browser-based SDF 3D geometry tool. Parametric surfaces, node editor, NavMesh, VFX baker, STL/GLTF export.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#030712",
  "background_color": "#030712",
  "lang": "en",
  "categories": ["design", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "label": "Surface Generation Engine main interface"
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Node Editor",
      "short_name": "Nodes",
      "description": "Open the visual scripting node editor",
      "url": "/?tab=nodeeditor",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Packaging",
      "short_name": "Package",
      "description": "SDF packaging and draft angle analysis",
      "url": "/?tab=packaging",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
