{
  "name": "AI辞書 | AI用語を最短で習得",
  "short_name": "AI辞書",
  "description": "AI界隈の主要用語を毎日5問のクイズと例示豊富な辞書で最短習得する個人学習PWA",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#3b82f6",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["education", "reference", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日の5問",
      "short_name": "5問",
      "url": "./index.html?action=quiz",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "新しい用語を覚える",
      "short_name": "新規",
      "url": "./index.html?action=induction",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
