﻿{
    "name": "مكتبة الروايات",
    "short_name": "روايات",
    "description": "أكبر مكتبة للروايات العربية والمترجمة - اقرأ آلاف الروايات مجاناً",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1f2937",
    "theme_color": "#f59e0b",
    "orientation": "portrait-primary",
    "lang": "ar",
    "dir": "rtl",
    "categories": ["books", "entertainment", "education"],
    "icons": [
        {
            "src": "/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "الصفحة الرئيسية"
        },
        {
            "src": "/images/screenshots/novel.png",
            "sizes": "720x1280",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "صفحة الرواية"
        }
    ],
    "shortcuts": [
        {
            "name": "أحدث الروايات",
            "url": "/novels?sort=latest",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "الأكثر قراءة",
            "url": "/popular",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "الروايات المكتملة",
            "url": "/completed",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ]
}
