{
  "name": "منصة اتلوه بإتقان - حفظ القرآن الكريم",
  "short_name": "اتلوه بإتقان",
  "description": "منصة تفاعلية لتتبع حفظ ومراجعة القرآن الكريم",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2c5530",
  "theme_color": "#2c5530",
  "orientation": "portrait",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["education", "lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/static/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/screenshots/mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "إضافة تقرير يومي",
      "short_name": "تقرير يومي",
      "description": "إضافة تقرير حفظ ومراجعة جديد",
      "url": "/student/add_log",
      "icons": [
        {
          "src": "/static/icons/add-report.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "لوحة التحكم",
      "description": "الوصول السريع للوحة تحكم المدير",
      "url": "/admin/dashboard",
      "icons": [
        {
          "src": "/static/icons/dashboard.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
