{
  "name": "Azyah Style",
  "short_name": "Azyah",
  "description": "Mood-based fashion picks, UGC collabs, and salon rewards.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/marketing/azyah-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Swipe Products",
      "short_name": "Swipe",
      "description": "Discover products with Tinder-style swiping",
      "url": "/swipe",
      "icons": [{ "src": "/marketing/azyah-logo.png", "sizes": "48x48" }]
    },
    {
      "name": "AR Try-On",
      "short_name": "AR",
      "description": "Try on products with augmented reality",
      "url": "/ar-tryon",
      "icons": [{ "src": "/marketing/azyah-logo.png", "sizes": "48x48" }]
    },
    {
      "name": "My Closets",
      "short_name": "Closets",
      "description": "View your curated fashion collections",
      "url": "/closets",
      "icons": [{ "src": "/marketing/azyah-logo.png", "sizes": "48x48" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}