{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "tanev",
  "short_name": "tanev",
  "description": "Nice to see you here! Let's have a chat maybe we can play together.",
  "lang": "en-US",
  "display": "minimal-ui",
  "dir": "ltr",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon_x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon_x384.png",
      "type": "image/png",
      "sizes": "384x384",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon_x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon_x128.png",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any maskable"
    }
  ],
  "background_color": "#eaeaea",
  "theme_color": "#252627"
}
