{
  "name": "BatchLoop Exchange",
  "short_name": "BatchLoop",
  "description": "Buy, sell, borrow, and exchange safely within your verified student batch or campus.",
  "id": "/",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F5F8FA",
  "theme_color": "#014861",
  "orientation": "portrait-primary",
  "categories": ["education", "shopping", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse listings",
      "short_name": "Listings",
      "description": "Open the BatchLoop Exchange listing feed.",
      "url": "/listings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create listing",
      "short_name": "New listing",
      "description": "Create an Exchange listing, request, lost item, or SOS post.",
      "url": "/listings/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open chat",
      "short_name": "Chat",
      "description": "Open your Exchange conversations.",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
