{
  "name": "Muzin - 居酒屋予約",
  "short_name": "Muzin",
  "description": "居酒屋の予約管理・空席検索アプリ",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#667eea",
  "background_color": "#ffffff",
  "lang": "ja",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "店舗を探す",
      "short_name": "店舗検索",
      "description": "空席のある店舗を検索",
      "url": "/stores/search",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "ダッシュボード",
      "short_name": "ダッシュボード",
      "description": "オーナーダッシュボードを開く",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    }
  ]
}
