{
  "name": "会議メモアプリ",
  "short_name": "会議メモ",
  "description": "会議を録音して議事録を自動生成するアプリ",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%234f46e5'/><text y='70' font-size='60' text-anchor='middle' x='50'>🎙️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ]
}
