{
  "id": "/connect-four.html",
  "name": "Connect Four — Blinky Games",
  "short_name": "Connect Four",
  "description": "Play Connect Four free: drop discs and line up four to win. Three computer levels, a coach that spots threats, or invite a friend by link.",
  "start_url": "../connect-four.html",
  "scope": "../",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2F6FD0",
  "background_color": "#FFFFFF",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "../icons/connect-four-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/connect-four-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/connect-four-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../icons/connect-four-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "../og/connect-four.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Connect Four on Blinky Games"
    }
  ]
}
