{
  "name": "Singles Escape",
  "short_name": "Singles Escape",
  "description": "Find your perfect match and connect with singles",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#E57373",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/assets/images/icon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["lifestyle", "social"],
  "screenshots": [
    {
      "src": "/assets/images/icon.png",
      "sizes": "256x256",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Matches",
      "short_name": "Matches",
      "description": "Browse and match with singles",
      "url": "/?source=pwa-shortcut-matches",
      "icons": [
        {
          "src": "/assets/images/icon.png",
          "sizes": "256x256"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
