{
  "short_name": "تطبيق تام",
  "name": "تطبيق تام - TAM",
  "description": "تطبيق ذكي لإدارة المهام ومتابعة أداء الفرق والمشاريع",
  "id": "./",
  "start_url": "./?source=pwa",
  "scope": "./",
  "icons": [
    {
      "src": "./icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "background_color": "#082b5e",
  "theme_color": "#082b5e",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "window-controls-overlay"],
  "orientation": "any",
  "prefer_related_applications": false,
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "productivity",
    "business",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "إضافة مهمة جديدة",
      "short_name": "مهمة جديدة",
      "description": "إضافة مهمة جديدة بسرعة في منصة تام",
      "url": "./?action=new_task",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "المهام اليومية",
      "short_name": "المهام",
      "description": "عرض قائمة المهام والأنشطة",
      "url": "./?tab=tasks",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "منصة تام - إدارة المهام والمشاريع"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "منصة تام - اللوحة الرئيسية"
    }
  ]
}