{
  "name": "neonbooth AI Photo Booth",
  "short_name": "neonbooth",
  "description": "Create stunning AI-powered photos of yourself in amazing scenes",
  "theme_color": "#7c3aed",
  "background_color": "#09090b",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/?source=pwa",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "photography"],
  "shortcuts": [
    {
      "name": "My Photo Gallery",
      "short_name": "Gallery",
      "description": "View your AI photo booth results",
      "url": "/?source=shortcut-gallery",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/mobile-booth/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
