{
  "name": "Gear to Gear",
  "short_name": "Gear2Gear",
  "description": "Rent and buy music & event gear from people near you in Denver.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["shopping", "music", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse gear",
      "url": "/listings",
      "description": "Find gear to rent or buy"
    },
    {
      "name": "List your gear",
      "url": "/dashboard/listings/new",
      "description": "Start earning from gear you own"
    }
  ]
}
