{
  "name": "BrewByte - Where Tradition Meets Technology",
  "short_name": "BrewByte",
  "description": "AI-powered homebrewing management platform for beer, cider, mead, wine, kombucha, and ginger beer.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1E3A5F",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/brewbyte-icon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/brewbyte-icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/brewbyte-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/brewbyte-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },    
    {
      "src": "/icons/brewbyte-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Batch",
      "short_name": "Batch",
      "description": "Start a new brewing batch",
      "url": "/batches/new",
      "icons": [{ "src": "/icons/brewbyte-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Calculators",
      "short_name": "Calc",
      "description": "Open brewing calculators",
      "url": "/calculators",
      "icons": [{ "src": "/icons/brewbyte-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse your recipes",
      "url": "/recipes",
      "icons": [{ "src": "/icons/brewbyte-icon-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
