{
  "name": "Bowling Practice Log",
  "short_name": "BowlingLog",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f1e8",
  "theme_color": "#2f6f73",
  "description": "足元の印・スパット・助走・ボール感覚を記録するボウリング練習PWAです。",
  "icons": [
    {
      "src": "icons/spot-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/spot-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
