{
  "name": "PWA Web Platform Ultimate Playground",
  "short_name": "PWAPlayground",
  "description": "Полная демонстрационная платформа и интерактивная тестовая лаборатория всех Web & PWA APIs по спецификациям W3C/MDN",
  "start_url": "https://pwa.106.kz/",
  "scope": "https://pwa.106.kz/",
  "id": "https://pwa.106.kz/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "fullscreen"],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "launch_handler": {
    "client_mode": "auto"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Биометрия & Passkeys",
      "short_name": "Биометрия",
      "description": "WebAuthn & Biometrics",
      "url": "https://pwa.106.kz/#auth",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Аппаратные API (BLE, USB, NFC)",
      "short_name": "Железо",
      "description": "Web Bluetooth, USB, NFC, HID",
      "url": "https://pwa.106.kz/#hardware",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Медиа & WebRTC",
      "short_name": "Медиа",
      "description": "Камера, микрофон, Screen Share, WebRTC",
      "url": "https://pwa.106.kz/#media",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Графика & Вычисления",
      "short_name": "3D & GPU",
      "description": "WebGL, WebGPU, WebAssembly, Workers",
      "url": "https://pwa.106.kz/#compute",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Десктопная панель управления Web API"
    },
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Мобильный интерфейс PWA Playground"
    }
  ],
  "share_target": {
    "action": "https://pwa.106.kz/#share-received",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "https://pwa.106.kz/#open-file",
      "name": "Текстовые документы и логи",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "accept": {
        "text/plain": [".txt", ".md", ".json", ".log", ".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pwaplayground",
      "url": "https://pwa.106.kz/#action=%s"
    }
  ]
}
