{
  "name": "BlingDesk",
  "short_name": "Bling",
  "description": "Dealer Operating System for luxury watches, jewelry, and bags.",
  "start_url": "/bling-social",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#465fff",
  "categories": ["business", "finance", "social"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshots/dashboard-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — your sales at a glance"
    },
    {
      "src": "/pwa-screenshots/inventory-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Inventory — track every piece"
    },
    {
      "src": "/pwa-screenshots/dashboard-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BlingDesk on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "url": "/invoices/new",
      "description": "Draft a new invoice for a client"
    },
    {
      "name": "Add Product",
      "url": "/inventory/new",
      "description": "Add a new watch to inventory"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Jump to your portfolio overview"
    }
  ]
}
