{
    "name": "mmo.sa — صندوق أدواتك الذكي",
    "short_name": "mmo.sa",
    "description": "منصة أدوات ذكية متعددة الخدمات — تحميل فيديو، حساب العمر، تحويل التاريخ، والمزيد",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F4F6F9",
    "theme_color": "#1A3A6C",
    "dir": "rtl",
    "lang": "ar",
    "orientation": "portrait",
    "categories": ["utilities", "productivity"],
    "shortcuts": [
        {
            "name": "جميع الأدوات",
            "short_name": "الأدوات",
            "url": "/tools",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "مكتبة البرومبتات",
            "short_name": "البرومبتات",
            "url": "/prompts",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "عن المشروع",
            "short_name": "عن",
            "url": "/about",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}