{
  "name": "MyCellar",
  "short_name": "MyCellar",
  "description": "Personal wine cellar management — catalog, stock, pairings and tasting history",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6B0F1A",
  "background_color": "#1a0a0c",
  "lang": "pt-BR",
  "categories": ["lifestyle", "food"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Wine",
      "short_name": "Add",
      "description": "Add a new wine to the cellar",
      "url": "/wines/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "MyCellar",
      "short_name": "Cellar",
      "description": "Browse wine stock",
      "url": "/wines",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
