{
    "name": "Couple Connect",
    "short_name": "Couple",
    "description": "Votre espace couple, tout-en-un.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#140810",
    "theme_color": "#c0394f",
    "lang": "fr",
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [],
    "categories": ["lifestyle", "social"],
    "shortcuts": [
        {
            "name": "Love Notes",
            "short_name": "Notes",
            "description": "Ouvrir vos love notes",
            "url": "/love_notes.php",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Compteurs",
            "short_name": "Compteurs",
            "description": "Voir vos compteurs",
            "url": "/compteurs.php",
            "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
