{
  "name": "منهاج الإنجاز العلمي",
  "short_name": "الإنجاز",
  "description": "تطبيق متابعة المهام العلمية اليومية، تذكيرات، مجالس علم، ودفتر فوائد",
  "start_url": "/app.php",
  "display": "standalone",
  "theme_color": "#064e3b",
  "background_color": "#f8fafc",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/4305/4305432.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "المهام اليومية",
      "short_name": "مهام",
      "description": "عرض قائمة المهام لهذا اليوم",
      "url": "/app.php",
      "icons": [{ "src": "https://cdn-icons-png.flaticon.com/512/4305/4305432.png", "sizes": "96x96" }]
    },
    {
      "name": "دفتر الفوائد",
      "short_name": "فوائد",
      "url": "/notes.php"
    },
    {
      "name": "مجالس العلم",
      "short_name": "مجالس",
      "url": "/groups.php"
    }
  ]
}