{
  "name": "My Webshop",
  "short_name": "Webshop",
  "description": "A simple webshop",
  "start_url": "/shop",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}