{
  "name": "myotherpair - Matching Odd Shoes, Changing Lives",
  "short_name": "myotherpair",
  "description": "Connect people with asymmetric feet or limb differences to exchange odd shoes. No more buying two pairs or wasting shoes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#E64A1C",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Browse available shoe listings",
      "url": "/browse",
      "icons": [
        {
          "src": "/shortcut-browse.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Listing",
      "short_name": "List Shoes",
      "description": "Create a new shoe listing",
      "url": "/create",
      "icons": [
        {
          "src": "/shortcut-create.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
