{
  "name": "PrimeWallet",
  "short_name": "PrimeWallet",
  "description": "Криптовалютный кошелек с авторизацией через Telegram",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#020209",
  "theme_color": "#4270F5",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ru",
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Сканировать QR",
      "short_name": "QR",
      "description": "Открыть сканер для оплаты по QR-коду",
      "url": "/transfer/qr",
      "icons": [{ "src": "/icon-qr-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "История операций",
      "short_name": "История",
      "description": "Открыть историю транзакций",
      "url": "/history",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Пополнить",
      "short_name": "Пополнить",
      "description": "Пополнить баланс USDT",
      "url": "/topup",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["finance", "utilities"],
  "prefer_related_applications": false,
  "display_override": ["standalone", "browser"]
}
