{
  "name": "Waffle",
  "short_name": "Waffle",
  "description": "Catch real friends in real life. Meet someone, scan their code, and build a network of people you've actually met.",
  "id": "/",
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["social"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan to catch a friend",
      "short_name": "Scan",
      "url": "/qr",
      "description": "Open the QR scanner to catch someone you just met"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages"
    }
  ]
}
