{
  "name": "Pippop",
  "short_name": "Pippop",
  "description": "Buy and sell preloved fashion in the Philippines",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Home feed with listings"
    }
  ],
  "shortcuts": [
    {
      "name": "Sell Item",
      "short_name": "Sell",
      "description": "List a new item for sale",
      "url": "/sell",
      "icons": [
        {
          "src": "/icons/sell-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View saved items",
      "url": "/favorites"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
