{
  "start_url": "/?layout=app",
  "scope": "/",
  "display": "standalone",
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "Nový diktát",
      "short_name": "Nový",
      "description": "Vytvoří nový diktát",
      "url": "/?layout=app&ref=dashboard",
      "icons": [
        {
          "src": "src/assets/img/favicons/apple-touch-icon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Historie",
      "short_name": "Historie",
      "description": "Zobrazí historii diktátů",
      "url": "/?layout=app&ref=history",
      "icons": [
        {
          "src": "src/assets/img/favicons/apple-touch-icon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    }
  ]
}
