{
  "name": "AI Virtual Staging",
  "short_name": "VirtualStage",
  "description": "Enterprise-Grade AI Virtual Staging for Realtors.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#D4AF37",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "New Staging",
      "url": "/",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Gallery",
      "url": "/gallery",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}