{
    "name": "Portal KKG Gugus 3 Wanayasa",
    "short_name": "KKG Portal",
    "description": "Platform digital untuk koordinasi dan kolaborasi guru KKG Gugus 3 Kecamatan Wanayasa",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0f172a",
    "theme_color": "#1e40af",
    "scope": "/",
    "lang": "id",
    "dir": "ltr",
    "categories": [
        "education",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/static/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshots/home-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Homepage - Desktop"
        },
        {
            "src": "/static/screenshots/home-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Homepage - Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Generator Surat",
            "short_name": "Surat",
            "description": "Buat surat undangan dengan AI",
            "url": "/#surat",
            "icons": [
                {
                    "src": "/static/icons/shortcut-surat.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Program Kerja",
            "short_name": "Proker",
            "description": "Lihat dan kelola program kerja",
            "url": "/#proker",
            "icons": [
                {
                    "src": "/static/icons/shortcut-proker.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Absensi",
            "short_name": "Absensi",
            "description": "Absensi kegiatan",
            "url": "/#absensi",
            "icons": [
                {
                    "src": "/static/icons/shortcut-absensi.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "protocol_handlers": [],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "application/pdf",
                        "image/*",
                        "application/msword",
                        "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
                    ]
                }
            ]
        }
    }
}