{
  "name": "Play-O-Graph",
  "short_name": "Play-O-Graph",
  "description": "Live baseball scores from MLB, NPB, and KBO",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a2c18",
  "theme_color": "#1a2c18",
  "categories": ["sports"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/api/icons/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icons/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "MLB Scores",
      "short_name": "MLB",
      "url": "/",
      "description": "View today's MLB scores"
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/schedule",
      "description": "Browse the game schedule"
    }
  ]
}
