{
    "name": "Elky",
    "short_name": "Elky",
    "theme_color": "#001020",
    "background_color": "#7adeff",
    "display": "standalone",
    "orientation": "any",
    "start_url": "./?utm_source=web_app_manifest&pwa=1",
    "scope": ".",
    "categories": [ "games", "entertainment" ],
    "related_applications": [
      {
        "platform": "webapp",
        "url": "https://elky.com/manifest.json"
      }
    ],
    "icons": [
      {
        "src": "https://i.elky.net/static/img/icons/elky/v1/any/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "https://i.elky.net/static/img/icons/elky/v1/any/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "https://i.elky.net/static/img/icons/elky/v1/maskable/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "https://i.elky.net/static/img/icons/elky/v1/maskable/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ]
  }