{
  "name": "لعبة توب 5 - الليالي العربية",
  "short_name": "top5",
  "description": "لعبة توب 5 الممتعة - اكتشف الإجابات الخمسة الأولى مع الأصدقاء والعائلة",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1419",
  "theme_color": "#0f1419",
  "orientation": "any",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png", 
      "sizes": "640x1344",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "shortcuts": [
    {
      "name": "لعبة جديدة",
      "short_name": "لعبة جديدة", 
      "description": "ابدأ لعبة توب 5 جديدة",
      "url": "/",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}