{
  "id": "/",
  "name": "GetSize",
  "short_name": "GetSize",
  "description": "Find your shoe size without measuring. Compare a shoe you already own against the official size chart the brand publishes for the model you want.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f5f7",
  "theme_color": "#f5f5f7",
  "categories": ["shopping", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My shoe rack",
      "short_name": "Shoe rack",
      "url": "/shoe-rack"
    },
    {
      "name": "Kids' foot growth",
      "short_name": "Kids",
      "url": "/kids/foot-growth-predictor"
    }
  ]
}
