{
  "dir": "ltr",
  "lang": "en-US",
  "short_name": "Mchezo",
  "name": "Mchezo - Connect with your people",
  "description": "Meet and Chat with like-minded people from all over the world.",
  "icons": [
    {
      "src": "assets/logo/android/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/logo/android/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "assets/logo/android/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "assets/logo/android/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/logo/android/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/logo/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "purpose": "maskable",
      "src": "assets/logo/android/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "background_color": "#ffffff",
  "theme_color": "#2dd4bf",
  "start_url": "./?utm_source=homescreen",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "./",
  "id": "./",
  "categories": ["social", "communication"],
  "share_target": {
    "url_template": "./#share?sharer={external}\u0026title={title}\u0026text={text}\u0026url={url}",
    "action": "./#share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "sharer": "external",
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "permissions": [
    "webview",
    "audioCapture",
    "videoCapture",
    "geolocation",
    "notifications",
    "storage",
    "fileSystem",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "features": ["Discover", "Connect", "Chat"],
  "gcm_sender_id": "117222240598",
  "related_applications": [],
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 360
  },
  "launch_handler": {
    "client_mode": "auto",
    "route_to": "existing-client",
    "navigate_existing_client": "never"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false
}
