{
    "name": "Masseurify",
    "short_name": "Masseurify",
    "description": "The page where masseurs and clients find each other.",
    "start_url": "/",
    "display": "standalone",
    "scope": "/",
    "id": "/",
    "background_color": "#000000",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/homepage-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/homepage-mobile.png",
            "sizes": "540x960",
            "type": "image/png"
        }
    ]
}