{
  "id": "privbox-pwa-app",
  "name": "PrivBox - أدوات الخصوصية والمرافق",
  "short_name": "PrivBox",
  "description": "مجموعة أدوات الخصوصية والمرافق المحلية للعمل بأمان وبدون رفع بيانات للخوادم",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "categories": ["utilities", "productivity", "security"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "محول المناطق الزمنية",
      "short_name": "المناطق الزمنية",
      "description": "مقارنة الساعات والتوقيت العالمي",
      "url": "/ar/timezone-converter",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "تشفير وفك تشفير",
      "short_name": "التشفير",
      "description": "تشفير النصوص بكلمة سر محلياً",
      "url": "/ar/crypto",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "حاسبة النسبة والتخفيضات",
      "short_name": "النسب المئوية",
      "description": "حساب الخصومات والزيادات المئوية",
      "url": "/ar/percentage-calculator",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
