{
  "name": "تطبيق أعمال شهر محرم الحرام",
  "short_name": "أعمال محرم",
  "description": "تطبيق محلي 100% لمتابعة وتنظيم العبادات والأوراد اليومية والأعمال الخاصة في الأيام الـ 13 الأولى من شهر محرم.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#121212",
  "orientation": "portrait-primary",
  "dir": "rtl",
  "lang": "ar",
  "categories": [
    "utilities",
    "spiritual"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "scope": "./",
  "theme_color": "#850000",
  "id": "/muharram-app",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 420
  },
  "shortcuts": [
    {
      "name": "فتح أعمال اليوم",
      "short_name": "أعمال اليوم",
      "description": "العودة السريعة إلى جدول أعمال محرم",
      "url": "./index.html",
      "icons": [
        {
          "src": "assets/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}