{
    "name": "Aura - Real Connections",
    "short_name": "Aura",
    "id": "aura-pwa-app",
    "start_url": "index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1c1022",
    "theme_color": "#a413ec",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}