{
  "name": "InRust Toolkit",
  "short_name": "InRust",
  "description": "Сучасний веб-портал та інструменти для гравців Rust: калькулятор рейдів, будівництва, генетики рослин та моніторинг серверів.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0c0c0c",
  "theme_color": "#0c0c0c",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["utilities", "games"],
  "lang": "ru",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Рейд калькулятор",
      "short_name": "Рейди",
      "description": "Розрахунок вибухівки для рейдів",
      "url": "/raid",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Тренажер схрещування",
      "short_name": "Генетика",
      "description": "Симулятор схрещування рослин",
      "url": "/breeder-trainer",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "CCTV камери",
      "short_name": "Камери",
      "description": "Коди камер спостереження в Rust",
      "url": "/cctv",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot_mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Мобільний інтерфейс InRust"
    },
    {
      "src": "/static/screenshot_desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Десктопний інтерфейс InRust"
    }
  ],
  "share_target": {
    "action": "/ai-assistant",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/ai-assistant",
      "accept": {
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+inrust",
      "url": "/?query=%s"
    }
  ]
}
