{
  "id": "/",
  "name": "Fermentor · Track your ferments",
  "short_name": "Fermentor",
  "description": "Track your fermentation projects with step-by-step recipes, temperature logs, and daily reminders.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2ece4",
  "theme_color": "#f2ece4",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "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"
    }
  ]
}
