{
  "name": "BuyMesho — Student Entrepreneurship Marketplace",
  "short_name": "BuyMesho",
  "description": "A localized marketplace for students across Malawian universities to buy and sell products, services, event tickets, and discover listings.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "lang": "en",
  "categories": ["shopping", "business", "education", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Marketplace",
      "short_name": "Marketplace",
      "description": "Browse products, services, and student listings",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Listing",
      "short_name": "Sell",
      "description": "Post a new product or service for sale",
      "url": "/create-listing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Event Tickets",
      "short_name": "Events",
      "description": "Discover upcoming events and buy tickets",
      "url": "/events",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
