{
  "name": "Wedding Movie Maker",
  "short_name": "Wedding",
  "description": "結婚式の準備を、もっとシンプルに。招待状・席次表・ムービーなど30以上のツールがブラウザひとつで完結。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "ja",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "当日タイムライン",
      "short_name": "タイムライン",
      "url": "/timeline",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "受付チェックイン",
      "short_name": "受付",
      "url": "/checkin",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "スタッフ連絡先",
      "short_name": "スタッフ",
      "url": "/staff",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
