{
  "name": "Bukio - Intelligens Éttermi Foglalási Rendszer",
  "short_name": "Bukio",
  "description": "Modern foglalási rendszer éttermeknek automata asztalkiosztással és testreszabható felülettel",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "hu",
  "dir": "ltr",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/bukio-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bukio dashboard wide view"
    },
    {
      "src": "/images/bukio-screenshot-narrow.png", 
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bukio mobile view"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Új foglalás",
      "short_name": "Foglalás",
      "description": "Új foglalás létrehozása",
      "url": "/admin/user/booking/new",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Statisztikák",
      "short_name": "Stats",
      "description": "Foglalási statisztikák megtekintése", 
      "url": "/admin/user/stats",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "48x48"
        }
      ]
    }
  ]
}