{
    "name": "Focus ISEP Révisions",
    "short_name": "FocusISEP",
    "description": "Plateforme collaborative de révisions pour les étudiants de l'ISEP avec support hors-ligne",
    "version": "2.0.0",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#2c5aa0",
    "theme_color": "#2c5aa0",
    "orientation": "any",
    "scope": "/",
    "lang": "fr",
    "categories": ["education", "productivity", "learning"],
    
    "icons": [
        {
            "src": "/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "screenshots": [
        {
            "src": "/screenshots/mobile-home.png",
            "sizes": "375x667",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/desktop-home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],

    "related_applications": [],

    "prefer_related_applications": false,

    "shortcuts": [
        {
            "name": "TDs Probabilités",
            "short_name": "Proba",
            "description": "Accéder aux TDs de Probabilités",
            "url": "/#proba-tds",
            "icons": [
                {
                    "src": "/icons/proba-shortcut.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Architecture",
            "short_name": "Archi",
            "description": "Modules d'Architecture des Ordinateurs",
            "url": "/#archi-ordi",
            "icons": [
                {
                    "src": "/icons/archi-shortcut.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "APP",
            "short_name": "APP",
            "description": "Apprentissage par Projet",
            "url": "/#app",
            "icons": [
                {
                    "src": "/icons/app-shortcut.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],

    "features": [
        "Cross Platform",
        "Fast Performance",
        "Offline Functionality",
        "Real-time Sync",
        "Dark Mode",
        "Multilingual (FR/EN)",
        "Progressive Web App",
        "Mobile First"
    ],

    "permissions": [
        "notifications",
        "storage",
        "background-sync"
    ],

    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
