{
  "name": "Ledger Planner",
  "short_name": "帳面",
  "description": "カレンダーとタスク管理をひとつにした、丸ゴシックのかわいい手帳アプリ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF7EE",
  "theme_color": "#3B6E64",
  "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": "./index.html?action=addEvent",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "タスクを追加",
      "short_name": "タスクを追加",
      "description": "新しいタスクをすぐに追加します",
      "url": "./index.html?action=addTask",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
