{
  "id": "/?utm_source=pwa",
  "name": "DEZN - AI Fashion Designer",
  "short_name": "DEZN",
  "description": "Create stunning fashion designs with AI-powered tools. Design garments, explore collections, and bring your fashion vision to life.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "shopping", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/maskable_icon_x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/maskable_icon_x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "AI Fashion Generation",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "DEZN Dashboard",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot3.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Design Gallery",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Design",
      "short_name": "Design",
      "description": "Generate a new AI fashion design",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/images/maskable_icon_x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Gallery",
      "short_name": "Gallery",
      "description": "Browse your saved designs",
      "url": "/gallery?utm_source=pwa_shortcut",
      "icons": [{ "src": "/images/maskable_icon_x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
