{
  "name": "FamDo",
  "short_name": "FamDo",
  "description": "家族で共有できる、温かみのあるToDo・スケジュール管理アプリ",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#fbf9f5",
  "theme_color": "#7a8c70",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://api.dicebear.com/7.x/shapes/svg?seed=FamDo&backgroundColor=7a8c70",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://api.dicebear.com/7.x/shapes/svg?seed=FamDo&backgroundColor=7a8c70",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ToDoを追加",
      "url": "todo.html?action=add",
      "icons": [{ "src": "https://api.dicebear.com/7.x/shapes/svg?seed=plus", "sizes": "192x192" }]
    },
    {
      "name": "今日の予定",
      "url": "index.html",
      "icons": [{ "src": "https://api.dicebear.com/7.x/shapes/svg?seed=today", "sizes": "192x192" }]
    }
  ]
}
