{
  "name": "تطبيق تتميم قيام الليل",
  "short_name": "تتميم القيام",
  "description": "تطبيق متابعة وتوثيق تتميم الانضباط لقيام الليل والتذكيرات اليومية",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c1317",
  "theme_color": "#008069",
  "dir": "rtl",
  "lang": "ar",
  "categories": [
    "productivity",
    "business"
  ],
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "تسجيل تتميم",
      "short_name": "تسجيل",
      "description": "تسجيل تتميم اليوم",
      "url": "/?tab=home",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "صندوق الوارد",
      "short_name": "الإشعارات",
      "description": "عرض الإشعارات",
      "url": "/?tab=inbox",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "سجل التتميم",
      "short_name": "السجل",
      "description": "سجل التتميم الشخصي",
      "url": "/?tab=history",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/logo.png",
      "sizes": "225x225",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "شعار نظام التتميم"
    }
  ],
  "prefer_related_applications": false
}