{
    "name": "DanceCollect",
    "short_name": "DanceCollect",
    "description": "DanceCollect is the place to be for all your dance content.",
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [{
                "name": "file",
                "accept": ["video/*", "image/jpg", "image/jpeg", "image/png"]
            }]
        }
    },
    "categories": ["social","sports","lifestyle"]
}
