{
  "name": "MyChat - Chat with anyone, anywhere",
  "short_name": "MyChat",
  "description": "Fast, free and secure messaging — group chats, nearby people and photo sharing.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1621",
  "theme_color": "#17212b",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
