{
  "name": "Primes",
  "short_name": "Primes",
  "description": "A 2048-style puzzle game where tiles merge into prime numbers.",
  "start_url": "https://guillhermm.github.io/primes/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2a2a2a",
  "background_color": "#2a2a2a",
  "icons": [
    {
      "src": "./icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
