{
  "name": "Hero - من 77 إلى 88",
  "short_name": "Hero",
  "description": "برنامج تمارين شخصي + جدول وجبات + تتبّع تقدّم",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#22c55e",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["health", "fitness", "lifestyle"],
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "تمرين اليوم",
      "short_name": "تمرين",
      "description": "افتح تطبيق الجم",
      "url": "/gym.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "قائمة التسوّق",
      "short_name": "تسوّق",
      "description": "افتح قائمة التسوّق",
      "url": "/shop.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
