{
  "id": "karakeeb-app",
  "name": "كراكيب - Karakeeb",
  "short_name": "كراكيب",
  "description": "تطبيق بيساعدك تفتكر مكان تخزين حاجاتك المهمة",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FDF6F0",
  "theme_color": "#D97757",
  "dir": "rtl",
  "lang": "ar",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "إضافة حاجة",
      "short_name": "إضافة",
      "description": "إضافة حاجة جديدة لتتبعها",
      "url": "/?action=add",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "location"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "categories": ["utilities", "productivity"]
}
