{
  "name": "あさプラン | 朝のタスクプランナー",
  "short_name": "あさプラン",
  "description": "Googleタスクを取り込み、時間を決めてGoogleカレンダーに登録する朝のプランニングアプリ",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FDF7EF",
  "theme_color": "#FF9D6F",
  "lang": "ja",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "クイック登録",
      "short_name": "クイック登録",
      "description": "タスクを追加する画面をすぐに開く",
      "url": "./?quickadd=1",
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "今日のまとめ",
      "short_name": "まとめ",
      "description": "今日のまとめを開く",
      "url": "./?view=summary",
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "朝チェック",
      "short_name": "朝チェック",
      "description": "朝チェックを開く",
      "url": "./?view=morning",
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
