{
  "id": "/",
  "name": "Fermentoo \u00b7 Track your ferments",
  "short_name": "Fermentoo",
  "description": "Track your fermentation projects with step-by-step recipes, temperature logs, and daily reminders.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2ece4",
  "theme_color": "#f2ece4",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "food",
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New batch",
      "short_name": "New",
      "description": "Start a new fermentation project",
      "url": "/ferments/new"
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse the recipe library",
      "url": "/learn"
    }
  ]
}
