{
  "name": "時事問題学習システム",
  "short_name": "時事問題",
  "description": "中学受験対策・小学5年生向け時事問題AIシステム",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f1ec",
  "theme_color": "#1D9E75",
  "lang": "ja",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日の問題を生成",
      "short_name": "問題生成",
      "url": "/index.html",
      "description": "最新ニュースから問題を自動生成"
    },
    {
      "name": "AIコーチ",
      "short_name": "コーチ",
      "url": "/index.html",
      "description": "今日の学習計画を確認"
    }
  ],
  "categories": ["education"],
  "prefer_related_applications": false
}
