{
  "id": "/",
  "name": "GRYPP - Made to Move",
  "short_name": "GRYPP",
  "description": "Technical streetwear with a sharper point of view. Built for the pavement, the session, and whatever happens after.",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f5f0",
  "theme_color": "#11110f",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icons/icon-template.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["shopping", "fashion", "lifestyle"],
  "shortcuts": [
    {
      "name": "Shop Collection",
      "short_name": "Shop",
      "description": "Browse our latest collection",
      "url": "/#collection",
      "icons": [{
        "src": "/static/icons/icon-template.svg",
        "sizes": "512x512",
        "type": "image/svg+xml"
      }]
    },
    {
      "name": "Your Bag",
      "short_name": "Bag",
      "description": "View your shopping bag",
      "url": "/cart/",
      "icons": [{
        "src": "/static/icons/icon-template.svg",
        "sizes": "512x512",
        "type": "image/svg+xml"
      }]
    }
  ]
}
