{
  "name": "COLOR GAME",
  "short_name": "COLOR GAME",
  "start_url": "start_url.html",
  "description": "COLOR GAME",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/icon.png",
      "sizes": "225x225",
      "purpose": "any",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot.jpeg",
      "sizes": "225x225",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pwa",
      "url": "start_url.html"
    }
  ]
}