{
  "name": "FreeCell",
  "short_name": "FreeCell",
  "description": "Classic FreeCell solitaire card game",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#166534",
  "theme_color": "#166534",
  "icons": [
    { "src": "icons/icon-76.png",  "sizes": "76x76",   "type": "image/png" },
    { "src": "icons/icon-120.png", "sizes": "120x120",  "type": "image/png" },
    { "src": "icons/icon-152.png", "sizes": "152x152",  "type": "image/png" },
    { "src": "icons/icon-180.png", "sizes": "180x180",  "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192",  "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512",  "type": "image/png", "purpose": "any maskable" }
  ]
}
