{
    "name": "1Coloc",
    "short_name": "1Coloc",
    "description": "Trouvez votre colocation idéale",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#2563eb",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/static/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Rechercher une colocation",
            "short_name": "Rechercher",
            "url": "/colocations/",
            "icons": [{"src": "/static/images/android-chrome-192x192.png", "sizes": "192x192"}]
        },
        {
            "name": "Publier une annonce",
            "short_name": "Publier",
            "url": "/colocations/creer/",
            "icons": [{"src": "/static/images/android-chrome-192x192.png", "sizes": "192x192"}]
        }
    ],
    "categories": ["lifestyle", "social"]
}
