{
  "name": "Lyberon BIM Viewer",
  "short_name": "LyberonBIM",
  "description": "Mobile-first IFC BIM viewer (offline capable)",
  "start_url": "/index_thatopen.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1a1a",
  "theme_color": "#0a84ff",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { 
      "src": "/app-icon-192.png", 
      "type": "image/png", 
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    { 
      "src": "/app-icon-512.png", 
      "type": "image/png", 
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ]
}