{
    "id": "/",
    "name": "Amigos3D - Wallpapers HD, 4K, 8K & UltraWide",
    "short_name": "Amigos3D",
    "description": "Télécharge gratuitement des milliers de wallpapers HD, 4K, 8K, UltraWide et Mobile. Personnalise-les avec WallForge et trouve instantanément la résolution idéale grâce à Choisir mon écran.",
    "lang": "fr",
    "dir": "ltr",

    "start_url": "/?source=pwa",
    "scope": "/",

    "display": "standalone",
    "orientation": "any",

    "background_color": "#0a0a0f",
    "theme_color": "#0a0a0f",

    "categories": [
        "graphics",
        "photography",
        "art",
        "personalization",
        "entertainment"
    ],

    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/maskable-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],

    "shortcuts": [
        {
            "name": "UltraWide",
            "short_name": "UltraWide",
            "url": "/widescreen.php",
            "icons": [
                {
                    "src": "/icons/widescreen.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Mobile",
            "short_name": "Mobile",
            "url": "/verticalscreen.php",
            "icons": [
                {
                    "src": "/icons/mobile.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "WallForge",
            "short_name": "WallForge",
            "url": "/wallforge.php",
            "icons": [
                {
                    "src": "/icons/wallforge.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Choisir mon écran",
            "short_name": "Écran",
            "url": "/choose-screen.php",
            "icons": [
                {
                    "src": "/icons/screen.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}