{
    "name": "لوحة",
    "short_name": "لوحة",
    "description": "أداة ميدانية لتسجيل لوحات السيارات بالصوت وتحويلها إلى صفوف منظمة جاهزة للتصدير.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#0f7d37",
    "dir": "rtl",
    "lang": "ar",
    "categories": ["productivity", "utilities"],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "shared_file",
                    "accept": [
                        "text/csv",
                        ".csv",
                        "text/plain",
                        ".txt",
                        "application/vnd.ms-excel",
                        ".xls",
                        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                        ".xlsx"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
