{
  "name": "RaveRep — Build a Raving Reputation",
  "short_name": "RaveRep",
  "description": "One link. Every win you've earned. Working for you 24/7. RaveRep is the profile that builds itself — real customer raves, a booking link, and a shareable profile in one URL.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "launch_handler": { "client_mode": "focus-existing" },
  "background_color": "#08090F",
  "theme_color": "#7C3AED",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "social"],
  "icons": [
    {
      "src": "/raverep-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/raverep-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/raverep-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/raverep-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/RepDashboard",
      "icons": [{ "src": "/raverep-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Raves",
      "short_name": "Raves",
      "description": "See your raves",
      "url": "/AllRaves",
      "icons": [{ "src": "/raverep-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Share my profile",
      "short_name": "Share",
      "description": "Open your shareable profile",
      "url": "/MyProfile",
      "icons": [{ "src": "/raverep-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
