{
  "name": "OmniP2P Chat & WebLLM",
  "short_name": "OmniP2P",
  "description": "WebRTCによる安全なP2Pファイル転送とローカルWebLLMを統合した完全プライベートチャット",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%232563eb'%3E%3Crect width='512' height='512' rx='128' fill='%232563eb'/%3E%3Cpath d='M140 180h232c11 0 20 9 20 20v140c0 11-9 20-20 20H220l-60 50v-50h-20c-11 0-20-9-20-20V200c0-11 9-20 20-20z' fill='%23ffffff'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}