{
  "name": "Rongo Marketplace",
  "short_name": "Rongo Market",
  "description": "Progressive Web App connecting Rongo University students, local businesses, and the surrounding community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#F68B1E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Post Listing",
      "url": "/?tab=sell",
      "description": "Post a new listing on the marketplace"
    },
    {
      "name": "Student Hub",
      "url": "/?tab=student-hub",
      "description": "Browse university essentials, hostels, and lost & found"
    }
  ]
}
