{
  "id": "peleng-gps-desktop",
  "name": "Peleng GPS",
  "short_name": "Peleng",
  "description": "GPS-мониторинг транспорта — установите как приложение",
  "start_url": "/server/tracking.php?source=pwa",
  "scope": "/server/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0d1b2a",
  "theme_color": "#1a2d4e",
  "categories": ["navigation", "utilities", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "mobile/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "mobile/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tracking",
      "short_name": "Map",
      "description": "Карта объектов в реальном времени",
      "url": "/server/tracking.php?source=pwa_shortcut",
      "icons": [{ "src": "mobile/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "CPanel",
      "short_name": "CPanel",
      "description": "Админ-панель",
      "url": "/server/cpanel.php?source=pwa_shortcut",
      "icons": [{ "src": "mobile/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
