{
  "name": "TranslateChat",
  "short_name": "TranslateChat",
  "description": "リアルタイム翻訳グループチャット",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#fff8f0",
  "theme_color": "#e8650a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}