{
  "name": "AdegApp - Global Cellar Intelligence",
  "short_name": "AdegApp",
  "description": "Global cellar intelligence for wines, spirits, labels, terroirs and private collections.",
  "id": "/",
  "start_url": "/?app=1&lang=en",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0F0B09",
  "theme_color": "#C6A45C",
  "categories": [
    "food",
    "lifestyle",
    "education",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/pwa/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "My cellar",
      "short_name": "Cellar",
      "url": "/?rota=adega&app=1",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "url": "/?rota=adega&app=1#scanner",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Grape varieties",
      "short_name": "Grapes",
      "url": "/?rota=castas&app=1",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}