{
  "name": "نظام إدارة المزرعة المتكامل",
  "short_name": "المزرعة الذكية",
  "description": "تطبيق إدارة المزرعة الشامل للإنتاج، المخزون، العمال، المحاسبة، والطقس بالذكاء الاصطناعي",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a3a2a",
  "theme_color": "#2d5016",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "الطقس والأرصاد",
      "short_name": "الطقس",
      "description": "قسم الطقس والموقع الجغرافي وتتبع الصقيع",
      "url": "/weather/",
      "icons": [{ "src": "/static/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "مساعد الذكاء الاصطناعي",
      "short_name": "المساعد",
      "description": "مساعد الذكاء الاصطناعي الصوتي والأوامر",
      "url": "/ai-assistant/",
      "icons": [{ "src": "/static/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
