{
  "name": "DRAPEXA SYSTEM™ by The Window Wizardry™",
  "short_name": "DRAPEXA",
  "description": "The professional fabric intelligence system for interior designers — AI scanning, yardage calculations, and project management.",
  "start_url": "/?pwa=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#EDE8DF",
  "theme_color": "#1a2744",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Fabric Scanner",
      "short_name": "Scanner",
      "description": "Scan and identify any fabric instantly",
      "url": "/fabric-scanner?pwa=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Yardage Calculator",
      "short_name": "Calculator",
      "description": "Calculate fabric yardage for any window treatment",
      "url": "/calculator?pwa=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Project Vault",
      "short_name": "Projects",
      "description": "View and manage your client projects",
      "url": "/projects?pwa=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Fabrics",
      "short_name": "Fabrics",
      "description": "Browse the fabric library",
      "url": "/browse?pwa=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x675",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DRAPEXA SYSTEM — Fabric Intelligence for Designers"
    }
  ],
  "prefer_related_applications": false
}
