{
    "name": "Vpeeps - Social Network",
    "short_name": "Vpeeps",
    "description": "Connect with friends, share moments, and stay updated with Vpeeps social network",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#5bc0de",
    "background_color": "#ffffff",
    "categories": [
        "social",
        "networking"
    ],
    "icons": [
        {
            "src": "/img/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/img/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Post",
            "short_name": "Post",
            "description": "Create a new post",
            "url": "/?action=compose",
            "icons": [
                {
                    "src": "/img/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false
}