{
  "id": "/",
  "name": "Smart Center Pro",
  "short_name": "Smart Center",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "description": "نظام إدارة المراكز التعليمية الذكي، تسجيل الحضور بالباركود والتقارير المالية.",
  "categories": ["education", "productivity", "finance"],
  "iarc_rating_id": "e58c174a-81d2-4c3c-9443-95094f39e79e",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "واجهة الموبايل"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "واجهة الكمبيوتر"
    }
  ],
  "shortcuts": [
    {
      "name": "تسجيل حضور",
      "short_name": "حضور",
      "url": "/?tab=attendance",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "بحث عن طالب",
      "short_name": "بحث",
      "url": "/?tab=reports",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.netlify.smart_center.twa",
      "id": "app.netlify.smart_center.twa"
    }
  ],
  "scope_extensions": [
    { "host": "smart-center.netlify.app" }
  ]
}