{
  "name": "سيارتي — متابعة شاملة",
  "short_name": "سيارتي",
  "description": "تطبيق شخصي لمتابعة كل ما يتعلق بسيارتك",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#f59e0b",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["utilities", "productivity"],
  "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" },
    { "src": "/icons/icon-180.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "تعبئة بنزين",
      "short_name": "بنزين",
      "description": "تسجيل تعبئة بنزين جديدة",
      "url": "/?tab=fuel&quick=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "إضافة عملية",
      "short_name": "عملية",
      "description": "تسجيل عملية صيانة أو إصلاح",
      "url": "/?tab=operations&quick=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "مهمة مستقبلية",
      "short_name": "مهمة",
      "description": "إضافة شغل مستقبلي",
      "url": "/?tab=future&quick=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
