{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "mp8p",
  "short_name": "mp8p",
  "description": "A fast and exciting online 8 Puzzle game for 1 to 4 players. Race against friends or players worldwide — first to solve wins!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#116466",
  "background_color": "#212529",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "1007x811",
      "type": "image/png",
      "form_factor": "wide",
      "label": "mp8p game on desktop"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ]
}
