{
  "name": "社内ポータル",
  "short_name": "社内ポータル",
  "description": "社長の想いを届け、社員同士のつながりを深める社内コミュニケーションツール",
  "start_url": "/index.html",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F9FAFB",
  "theme_color": "#4F46E5",
  "categories": ["business", "social"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "タイムライン",
      "short_name": "ホーム",
      "url": "/index.html",
      "description": "社長の投稿を確認・リアクション",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "イズミの遺書",
      "short_name": "記事",
      "url": "/articles.html",
      "description": "社長コラムを読む"
    },
    {
      "name": "社長への質問箱",
      "short_name": "質問箱",
      "url": "/questions.html",
      "description": "社長に質問する"
    }
  ]
}
