{
  "name": "رفيق ٩٠ - تحدي 90 يوم",
  "short_name": "رفيق ٩٠",
  "description": "تحدي 90 يوم لتتبع العادات اليومية - يعمل أوفلاين بالكامل وقابل للتثبيت على الشاشة الرئيسية",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F4F6F9",
  "theme_color": "#3D5A80",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "health"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "اليوم",
      "short_name": "اليوم",
      "description": "عرض عادات اليوم وتحدي 90 يوم",
      "url": "./?view=today",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "الإحصائيات",
      "short_name": "الإحصائيات",
      "description": "عرض الإحصائيات والخرائط الحرارية لـ 90 يوم",
      "url": "./?view=stats",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}