{
  "name": "مكتب الأشغال العامة والطرق - محافظة ذمار",
  "short_name": "مكتب الأشغال - ذمار",
  "description": "المنصة الرسمية للخدمات الهندسية والإدارية - تراخيص البناء، اعتماد المخططات، المعاينات الميدانية، النماذج الرسمية المعتمدة",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0a192f",
  "theme_color": "#1e3a8a",
  "orientation": "any",
  "dir": "rtl",
  "lang": "ar",
  "scope": "/",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "النماذج الرسمية",
      "short_name": "النماذج",
      "description": "طباعة النماذج الرسمية المعتمدة",
      "url": "/forms?source=shortcut"
    },
    {
      "name": "تتبع معاملة",
      "short_name": "التتبع",
      "description": "تتبع حالة معاملتك الهندسية",
      "url": "/track?source=shortcut"
    },
    {
      "name": "دليل الخدمات",
      "short_name": "الخدمات",
      "description": "عرض جميع الخدمات الهندسية والإدارية",
      "url": "/services?source=shortcut"
    },
    {
      "name": "تواصل معنا",
      "short_name": "اتصال",
      "description": "طرق التواصل مع المكتب",
      "url": "/contact?source=shortcut"
    },
    {
      "name": "الدليل الإرشادي",
      "short_name": "الدليل",
      "description": "الدليل الإرشادي للخدمات الهندسية",
      "url": "/guidelines?source=shortcut"
    }
  ],
  "categories": ["government", "business", "utilities", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "الشاشة الرئيسية لمكتب الأشغال العامة والطرق - محافظة ذمار"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "تصفح الخدمات الهندسية عبر الجوال"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing"]
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+track",
      "url": "/track?ref=%s"
    },
    {
      "protocol": "web+service",
      "url": "/services?ref=%s"
    },
    {
      "protocol": "web+form",
      "url": "/forms?ref=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/track"
  }
}