{
  "name": "CherryPKD",
  "short_name": "CherryPKD",
  "description": "Rent it. Bid on it. Buy it. The peer-to-peer marketplace built on trust.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F0EB",
  "theme_color": "#C0392B",
  "orientation": "portrait-primary",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Find items near you",
      "url": "/browse",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "List an Item",
      "short_name": "Sell",
      "description": "List something in 5 minutes",
      "url": "/list",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Your conversations",
      "url": "/messages",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
