{
  "name": "Pharma Eye",
  "short_name": "Pharma Eye",
  "description": "راقب صيدليتك بذكاء — في أي وقت",
  "start_url": "./app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B5E3F",
  "theme_color": "#1B5E3F",
  "lang": "ar",
  "dir": "rtl",
  "shortcuts": [
    {
      "name": "تسجيل مبيعة صوتياً",
      "short_name": "🎤 مبيعة",
      "description": "فتح التسجيل الصوتي للمبيعات مباشرة",
      "url": "./app.html?action=voice-sale",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "تسجيل مبيعة",
      "short_name": "📈 مبيعة",
      "description": "الانتقال لصفحة المبيعات",
      "url": "./app.html?action=sale",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "تسجيل مصروف",
      "short_name": "💸 مصروف",
      "description": "الانتقال لصفحة المصروفات",
      "url": "./app.html?action=expense",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
