{
  "name": "Manabi Baton",
  "short_name": "Manabi",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF7ED",
  "theme_color": "#FFF7ED",
  "icons":[
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts":[
    {
      "name": "すぐ勉強を始める",
      "short_name": "勉強開始",
      "description": "学習タイマーを素早く起動します",
      "url": "/?action=start_study",
      "icons":[{ "src": "icon.png", "sizes": "192x192" }]
    },
    {
      "name": "今日の予定を見る",
      "short_name": "予定",
      "url": "/?action=check_schedule",
      "icons":[{ "src": "icon.png", "sizes": "192x192" }]
    }
  ],
  "widgets":[
    {
      "name": "Manabi ステータス",
      "description": "今日の勉強状況やSPをホーム画面で確認できます",
      "tag": "manabi-status",
      "template": "widget-template.json",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json"
    }
  ]
}
