{
  "name": "BreadSuite",
  "short_name": "BreadSuite",
  "description": "Build, improve, review and share bread recipes — designed for serious bakers.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f2ec",
  "theme_color": "#16130e",
  "lang": "nl",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Mijn recepten",
      "url": "/recipes"
    },
    {
      "name": "Nieuw recept",
      "url": "/recipes/new"
    }
  ]
}
