{
  "id": "/",
  "name": "mc co",
  "short_name": "mcco",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#222222",
  "theme_color": "#666666",
  "description": "A fun and engaging web app where you can spend your time productively.",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "web/mcco-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "web/mcco-logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "screenshots": [
    {
      "src": "screenshots/screen1.png",
      "type": "image/png",
      "sizes": "1280x720"
    }
  ],
  "categories": ["entertainment", "tools"],
  "prefer_related_applications": false
}