{
    "name": "FreeDrop - Kostenlose Geschenke",
    "short_name": "FreeDrop",
    "description": "Finde und teile kostenlose Geschenke in deiner Nähe",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#4CAF50",
    "theme_color": "#4CAF50",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": ["lifestyle", "social", "utilities"],
    "lang": "de",
    "scope": "/",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "android",
            "url": "https://github.com/RealCat1st/freedrop-data/raw/main/FreeDrop.apk",
            "id": "com.FreeDrop"
        }
    ]
}