{
    "name": "APKDROID",
    "short_name": "APKDROID",
    "description": "APKDROID Repository",
    "start_url": "/admin/index.php",
    "scope": "/admin/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#4CAF50",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "img/apkdroid.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/apkdroid.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["entertainment", "utilities"],
    "screenshots": [
        {
            "src": "img/apkdroid.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide",
            "label": "APKDROID Repository"
        }
    ]
} 