{
  "name": "مخططي الأسبوعي | My Weekly Planner",
  "short_name": "مخططي",
  "description": "مخطط أسبوعي ذكي مع تتبع العادات واليوميات والإحصائيات",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0d1b2a",
  "theme_color": "#1565c0",
  "orientation": "any",
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الجدول الأسبوعي",
      "short_name": "الجدول",
      "description": "افتح الجدول الأسبوعي",
      "url": "./index.html#weekly",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "متتبع العادات",
      "short_name": "العادات",
      "description": "افتح متتبع العادات",
      "url": "./index.html#habits",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "يومياتي",
      "short_name": "يوميات",
      "description": "افتح اليوميات",
      "url": "./index.html#journal",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}