{
    "name": "AURA",
    "short_name": "AURA",
    "description": "100% free, offline-first, peer-to-peer file transfer. Zero cloud. Pure privacy.",
    "author": "Chandan Sai Pavan Padala",
    "icons": [{
        "src": "images/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
    },{
        "src": "images/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
    },{
        "src": "images/android-chrome-192x192-maskable.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
    },{
        "src": "images/android-chrome-512x512-maskable.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    },{
        "src": "images/favicon-96x96.png",
        "sizes": "96x96",
        "type": "image/png"
    }],
    "start_url": "./index.html",
    "scope": "./",
    "background_color": "#0a0e17",
    "display": "standalone",
    "theme_color": "#00ffff",
    "share_target": {
        "method": "GET",
        "action": "/?share_target",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
