{
    "name": "Memory Shift",
    "short_name": "MShift",
    "start_url": "/",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "display_override": [
        "standalone"
    ],
    "orientation": "portrait",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "description": "Memory Shift",
    "background_color": "#2a45f8",
    "theme_color": "#2a45f8",
    "categories": [
        "education",
        "productivity",
        "tools"
    ],
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}