{
  "name": "Shh - The Dating Speakeasy",
  "short_name": "Shh",
  "description": "Find your perfect date. Blind, curated, real.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#c9a96e",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["lifestyle", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open App",
      "url": "/app.html",
      "description": "Enter the Speakeasy"
    }
  ]
}
