{
  "name": "DOYU — Rent Anything",
  "short_name": "DOYU",
  "description": "Rent tools, equipment, outdoor gear, and more from people in your neighborhood.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1F3A5F",
  "lang": "en-US",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Items",
      "url": "/browse",
      "description": "Find items to rent"
    },
    {
      "name": "My Rentals",
      "url": "/dashboard/rentals",
      "description": "View your active rentals"
    }
  ]
}
