{
  "name": "Red Petroleum EV",
  "short_name": "Red Petroleum",
  "description": "Red Petroleum EV — зарядка электромобилей в Кыргызстане. Найдите ближайшую станцию, начните зарядку через QR-код, отслеживайте процесс в реальном времени.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#050507",
  "background_color": "#050507",
  "id": "kg.redpetroleum.app",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["utilities", "transportation", "navigation"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Главный экран - Карта станций"
    },
    {
      "src": "/screenshots/station-details.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Детали станции и коннекторы"
    },
    {
      "src": "/screenshots/charging.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Процесс зарядки"
    },
    {
      "src": "/screenshots/payment.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "Пополнение баланса"
    },
    {
      "src": "/screenshots/history.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "label": "История зарядок"
    }
  ],
  "shortcuts": [
    {
      "name": "Найти станцию",
      "short_name": "Карта",
      "description": "Найти ближайшую зарядную станцию",
      "url": "/map",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Сканировать QR",
      "short_name": "QR",
      "description": "Начать зарядку по QR-коду",
      "url": "/charging",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Баланс",
      "short_name": "Баланс",
      "description": "Проверить и пополнить баланс",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "features": ["geolocation", "camera", "notifications"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share-station",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+redpetroleum",
      "url": "/station?id=%s"
    }
  ]
}
