{
  "name": "ポイント管理アプリ",
  "short_name": "ポイント",
  "description": "子どものポイント・時間管理アプリ",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#f2efe9",
  "theme_color": "#2f6844",
  "orientation": "portrait-primary",
  "lang": "ja",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "息子のデイリー",
      "url": "/daily.php?user=1",
      "description": "息子のデイリーページを開く"
    },
    {
      "name": "娘のデイリー",
      "url": "/daily.php?user=2",
      "description": "娘のデイリーページを開く"
    }
  ]
}
