{
  "name": "Pesia's Kitchen - Fighting Food Waste",
  "short_name": "Pesia's Kitchen",
  "description": "Join our community in fighting food waste. Volunteer, earn rewards, and make a real impact.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4cf6A",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["social", "lifestyle", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/images/Pesia-logo-black.png",
      "sizes": "152x118",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Quickly scan a QR code to join an event",
      "url": "/scan",
      "icons": [
        {
          "src": "/qrcode.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "View your activities and rewards",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/Pesia-logo-black.png",
          "sizes": "152x118"
        }
      ]
    }
  ]
}