{
  "name": "Rum - Boolean Tactics Game",
  "short_name": "Rum",
  "description": "A Boolean tactics game.  Flip on or off the board with other players.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en-US",

  "icons": [
    {
      "src": "/assets/images/Rum.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/images/Rum.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "categories": ["productivity", "business", "utilities"],
  "prefer_related_applications": false
}