{
  "name": "Camel Up",
  "short_name": "Camel Up",
  "description": "Sid Sackson's push-your-luck dice classic.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#1a0e10",
  "theme_color": "#241416",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}