{
    "name": "DigitalCentar Desk",
    "short_name": "DOS Tickets",
    "id": "./tickets",
    "start_url": "./tickets",
    "scope": "./",
    "background_color": "#fff",
    "theme_color": "#0F8EC6",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "portrait",
    "shortcuts": [
      {
        "name": "Тикети",
        "short_name": "Тикети",
        "url": "./tickets",
        "icons": [{ "src": "./images/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
      },
      {
        "name": "Брза клиентска пријава",
        "short_name": "Брза пријава",
        "description": "Креирај и сподели клиентски линк од мобилен.",
        "url": "./tickets?quick=1",
        "icons": [{ "src": "./images/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
      }
    ],
    "icons": [
      {
        "src": "./images/pwa-icon-192.png",
        "type": "image/png", "sizes": "192x192"
      },
      {
        "src": "./images/pwa-icon-512.png",
        "type": "image/png", "sizes": "512x512", "purpose": "any maskable"
      }
    ]
  }
