{
  "name": "lullog - 育児記録",
  "short_name": "lullog",
  "description": "ミルク・睡眠・おむつ・体温を記録し、家族で共有。AIが1日をやさしく要約します。",
  "lang": "ja",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF9F2",
  "theme_color": "#FFB6A3",
  "orientation": "portrait",
  "categories": ["health", "lifestyle", "parenting"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "記録を追加",
      "short_name": "記録",
      "url": "/dashboard",
      "description": "ミルクや睡眠などをすぐに記録"
    },
    {
      "name": "今日のタイムライン",
      "short_name": "タイムライン",
      "url": "/timeline"
    },
    {
      "name": "成長グラフ",
      "short_name": "成長",
      "url": "/growth"
    }
  ]
}
