{
  "name": "UniMart - Student Marketplace",
  "short_name": "UniMart",
  "description": "Zimbabwe's trusted marketplace for university students. Buy and sell textbooks, electronics, furniture and more within your campus community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/static/images/unimart-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/unimart-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/unimart-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/unimart-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "productivity"],
  "screenshots": [
    {
      "src": "/static/images/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "/static/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Marketplace",
      "short_name": "Browse",
      "description": "Browse listings on UniMart",
      "url": "/marketplace/",
      "icons": [
        {
          "src": "/static/images/browse-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Listing",
      "short_name": "Sell",
      "description": "Create a new listing",
      "url": "/create-listing/",
      "icons": [
        {
          "src": "/static/images/sell-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "View your messages",
      "url": "/inbox/",
      "icons": [
        {
          "src": "/static/images/chat-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
