{
  "name": "sho eigo",
  "short_name": "sho eigo",
  "description": "今日の学習、習得済み英文の聞き流し、保護者の見守りを1つのアプリから開けます。",
  "id": "/?src=pwa",
  "start_url": "/dashboard.html?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f2e9",
  "theme_color": "#13234a",
  "lang": "ja",
  "categories": [
    "education",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "習得済みを聞く",
      "short_name": "聞き流し",
      "description": "仕上げた英文をワンタップで聞く",
      "url": "/trial/listen.html?src=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "今日の学習",
      "short_name": "学ぶ",
      "description": "生徒の今日のひとつを開く",
      "url": "/dashboard.html?role=student&src=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "保護者の見守り",
      "short_name": "見守る",
      "description": "保護者の入口を開く",
      "url": "/dashboard.html?role=parent&src=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "声日記",
      "short_name": "声日記",
      "description": "子どもの声を家族で残す",
      "url": "/voice-diary/?src=pwa-shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
