{
  "name": "G TICKET",
  "short_name": "G TICKET",
  "description": "あらゆるイベントのチケットプラットフォーム",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "イベント一覧",
      "short_name": "イベント",
      "url": "/events",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "マイチケット",
      "short_name": "チケット",
      "url": "/my-tickets",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
