{
  "name": "FKN Car Guess",
  "short_name": "FKN Guess",
  "description": "Guess the mileage. Win the car. Skill-based competition game.",
  "start_url": "/?page=home",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#e63946",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}