{
  "name": "GetBot - Продажи в Telegram на автомате",
  "short_name": "GetBot",
  "description": "Преврати Telegram в свой магазин! GetBot создаёт бота-продавца, который принимает заказы и работает за тебя 24/7.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "shopping"],
  "shortcuts": [
    {
      "name": "Мой магазин",
      "short_name": "Магазин",
      "description": "Управление магазином в Telegram",
      "url": "/shop",
      "icons": [
        {
          "src": "/img/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Заказы",
      "short_name": "Заказы",
      "description": "Просмотр и управление заказами",
      "url": "/shop/orders",
      "icons": [
        {
          "src": "/img/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
