{
  "name": "PeerGames",
  "short_name": "PeerGames",
  "description": "A collection of real-time P2P multiplayer games including Sudoku and WordFinder.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#2c3e50",
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/mobile-game.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Play multiplayer games on the go"
    },
    {
      "src": "./screenshots/desktop-game.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Host multiplayer pub games"
    }
  ]
}
