{
  "name": "ميزانيتي - تتبع الميزانية الشهرية",
  "short_name": "ميزانيتي",
  "description": "تطبيق عربي لتتبع الميزانية الشهرية يعمل بدون إنترنت.",
  "start_url": "./",
  "scope": "./",
  "id": "mizaniyati-pwa-v1",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "ar",
  "background_color": "#f7f5f2",
  "theme_color": "#4a9e7f",
  "categories": ["finance", "productivity"],

  "icons": [
    {
      "src": "./icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-167.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "اللوحة الرئيسية",
      "short_name": "اللوحة",
      "description": "عرض الملخص الشهري",
      "url": "./?page=overview",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الدخل",
      "short_name": "الدخل",
      "description": "تسجيل الدخل الشهري",
      "url": "./?page=income",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "المصاريف",
      "short_name": "المصاريف",
      "description": "تسجيل المصاريف",
      "url": "./?page=expenses",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "نظرة سنوية",
      "short_name": "السنة",
      "description": "مقارنة شهور السنة",
      "url": "./?page=year",
      "icons": [
        {
          "src": "./icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "./screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "اللوحة الرئيسية على الهاتف"
    },
    {
      "src": "./screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "اللوحة الرئيسية على الحاسوب"
    }
  ],

  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "auto"
  }
}