{
  "name": "Triple Match Relaxed",
  "short_name": "Triple Match",
  "description": "This relaxing tile-matching puzzle game supports smooth gameplay even without an internet connection.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e293b",
  "theme_color": "#1e293b",
  "icons": [
    {
      "src": "logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "triple-flower.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    }
  ]
}