{
  "name": "منصة بوابة نجران",
  "short_name": "بوابة نجران",
  "description": "منصة رقمية تفاعلية لمبادرة بوابة نجران المجتمعية",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fbf7ef",
  "theme_color": "#173d32",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "social", "community"],
  "lang": "ar",
  "dir": "rtl",
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "المقالات",
      "short_name": "المقالات",
      "description": "تصفح المقالات",
      "url": "/articles",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "المبادرات",
      "short_name": "المبادرات",
      "description": "تصفح المبادرات",
      "url": "/initiatives",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "لوحة التحكم",
      "description": "إدارة المحتوى",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}