{
  "name": "Caesar's Challenge: A Roman Cipher Game",
  "short_name": "Caesar's Challenge",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#5a4fcf",
  "description": "Test your decryption skills with this Caesar cipher game.",
  "icons": [
    {
      "src": "/icon-192x192.0073fc01.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.44e785c0.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}