{
    "name": "Domain Manager",
    "short_name": "DomainMgr",
    "description": "Manage your domains and track expirations efficiently.",
    "id": "/",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile.jpg",
            "sizes": "1260x2676",
            "type": "image/jpeg",
            "label": "Mobile Home Screen"
        },
        {
            "src": "/screenshots/desktop.jpg",
            "sizes": "2652x1132",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Desktop Dashboard"
        }
    ]
}