{
  "name": "AuraLux AI Photobooth",
  "short_name": "AuraLux",
  "description": "Create your stunning photo in seconds. Luxury AI photo booth software.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a14",
  "theme_color": "#0a0a14",
  "categories": ["photography", "entertainment", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/samples/royal-gold.png",
      "sizes": "768x1344",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Photo",
      "url": "/?action=booth",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gallery",
      "url": "/?action=gallery",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
