{
    "name": "OneFav - Your App Launcher",
    "short_name": "OneFav",
    "description": "Organize all your Microsoft 365, AI Tools, and favorite apps in one place. With search, favorites, and AI chat integration.",
    "start_url": "/index.html",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#0f172a",
    "theme_color": "#667eea",
    "orientation": "any",
    "scope": "/",
    "lang": "nl-NL",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Favorieten",
            "short_name": "Favorieten",
            "description": "Open je favorieten",
            "url": "/app.html?tab=favorites",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "AI Tools",
            "short_name": "AI Tools",
            "description": "Open AI Tools overzicht",
            "url": "/app.html?tab=ai",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Later Lezen",
            "short_name": "Artikelen",
            "description": "Open Later Lezen artikelen",
            "url": "/app.html?tab=later-lezen",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*",
                        "image/png",
                        "image/jpeg",
                        "image/jpg",
                        "image/gif",
                        "image/webp"
                    ]
                }
            ]
        }
    },
    "categories": [
        "productivity",
        "utilities",
        "lifestyle"
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "OneFav app overview"
        },
        {
            "src": "/images/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "OneFav mobile view"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://onefav.app/manifest.webmanifest"
        }
    ],
    "prefer_related_applications": false
}