{
  "name": "Orderly Table",
  "short_name": "Orderly",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "categories": ["business", "food"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    { "name": "Garçom", "url": "/garcom" },
    { "name": "Caixa", "url": "/caixa" },
    { "name": "Cozinha", "url": "/cozinha" },
    { "name": "Motoboy", "url": "/motoboy" }
  ]
}