{
  "name": "AI × DXUP",
  "short_name": "AI×DXUP",
  "description": "AIスキルを実践的に学ぶオンライン研修",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "ja",
  "categories": ["education"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "学習を続ける",
      "short_name": "マイページ",
      "description": "学習中のコースを続ける",
      "url": "/my/",
      "icons": [{"src": "/static/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "コース一覧",
      "short_name": "コース",
      "description": "受講可能なコースを探す",
      "url": "/courses/",
      "icons": [{"src": "/static/icons/icon-96.png", "sizes": "96x96"}]
    }
  ],
  "screenshots": []
}
