{
  "name": "Yellow Ball — Shop OS",
  "short_name": "YB Shop OS",
  "description": "Consultation-Driven Retail Operating System for Sports Equipment",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111827",
  "theme_color": "#D4A017",
  "categories": ["business", "productivity", "shopping"],
  "lang": "en",
  "dir": "auto",
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/#dashboard",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
    },
    {
      "name": "New Consultation",
      "short_name": "Consult",
      "url": "/#new_consultation",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
    },
    {
      "name": "Racket Finder",
      "short_name": "Finder",
      "url": "/#racket_finder",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "192x192"}]
    }
  ]
}
