{
  "name": "西尾高校球技大会",
  "short_name": "球技大会",
  "description": "西尾高校球技大会公式アプリ",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./photo/nishikokousyo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./photo/nishikokousyo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./photo/nishikokousyo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./photo/nishiko-photo1.jpg",
      "sizes": "540x720",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "shortcuts": [
    {
      "name": "スケジュール",
      "short_name": "スケジュール",
      "description": "試合スケジュール確認",
      "url": "/schedule/schedule.html",
      "icons": [
        {
          "src": "./photo/scheduleicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "結果",
      "short_name": "結果",
      "description": "試合結果確認",
      "url": "/result/result.html",
      "icons": [
        {
          "src": "./photo/resulticon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
