{
  "name": "Love Alarm",
  "short_name": "Love Alarm",
  "description": "Find love nearby with real-time proximity alerts and anonymous gestures",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#8b5cf6",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "categories": ["social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View your Love Alarm dashboard"
    },
    {
      "name": "Send Gestures",
      "url": "/gestures",
      "description": "Send love and miss you messages"
    }
  ]
}
