{
  "id": "/",
  "name": "DigitalChip",
  "short_name": "DigitalChip",
  "description": "Plaćanje žetonima i kontrola IoT uređaja — auto-perionice, vešernice i EV punjači.",
  "lang": "sr",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#070B12",
  "theme_color": "#4FACFE",
  "categories": ["utilities", "business", "finance"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "focus-existing", "auto"]
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://yosh-digitalchip.web.app/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pokreni",
      "short_name": "Pranje",
      "description": "Otvori klijentski ekran za aktivaciju",
      "url": "/?view=customer&source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
