{
    "name": "InfoGenius AI",
    "short_name": "InfoGenius",
    "description": "An AI that does everything.",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "favicon.ico",
            "sizes": "48x48 64x64 128x128 256x256",
            "type": "image/x-icon"
        },
        {
            "src": "icons/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/manifest-icon-192.maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/manifest-icon-512.maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "https://i.postimg.cc/CLc1r9kC/desktop-screenshot.png",
            "sizes": "1280x800",
            "type": "image/png",
            "label": "Wide screenshot",
            "form_factor": "wide"
        },
        {
          "src": "https://i.postimg.cc/L8bjwNG7/mobile-screenshot.png",
          "sizes": "450x800",
          "type": "image/png",
          "label": "Mobile screenshot"
        }
    ]
}