{
  "name": "Love Match - A Game for Two Hearts",
  "short_name": "Love Match",
  "description": "A romantic match-3 game with kittens, love, and magic",
  "start_url": "./match.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFE4E1",
  "theme_color": "#FF69B4",
  "categories": ["games", "lifestyle"],
  "icons": [
    {
      "src": "icons/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/pwa-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
