{
  "name": "طير - منصة رصد التلوث البصري",
  "short_name": "طير",
  "description": "منصة رقمية تمكن المواطنين من الإبلاغ عن التلوث البصري في مدنهم ومتابعة حلها",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#16a34a",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ar",
  "dir": "rtl",
  "display_override": ["standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/favicon-pwa.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-pwa.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "utilities", "productivity", "government"],
  "screenshots": [
    {
      "src": "/assets/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "الصفحة الرئيسية - عرض سطح المكتب"
    },
    {
      "src": "/assets/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "صفحة الإبلاغ - عرض الهاتف المحمول"
    }
  ],
  "shortcuts": [
    {
      "name": "إبلاغ جديد",
      "short_name": "إبلاغ",
      "description": "إنشاء بلاغ جديد عن تلوث بصري",
      "url": "/report",
      "icons": [
        {
          "src": "/favicon-pwa.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "التلوث البصري",
      "short_name": "التلوث البصري",
      "description": "عرض جميع التلوث البصري المبلغ عنه",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/favicon-pwa.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "الإحصائيات",
      "short_name": "الإحصائيات",
      "description": "عرض إحصائيات المنصة",
      "url": "/stats",
      "icons": [
        {
          "src": "/favicon-pwa.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+tayr",
      "url": "/?action=%s"
    }
  ]
}
