{
  "name": "ميزان العائلة",
  "short_name": "ميزان العائلة",
  "description": "ميزان العائلة الذكي لقياس الوزن وتحليل تكوين الجسم ومتابعة أفراد الأسرة.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6f8ff",
  "theme_color": "#1976f3",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الميزان العائلي",
      "short_name": "الميزان",
      "url": "./index.php",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "السجل",
      "short_name": "السجل",
      "url": "./history.php"
    },
    {
      "name": "الإدارة",
      "short_name": "الإدارة",
      "url": "./login.php?admin=1&return=admin.php"
    }
  ]
}