{
  "name": "The Hifz Eutopia",
  "short_name": "Hifz Eutopia",
  "description": "Online Hifz Academy by DEENUNA - Memorize the Quran with structured plan",
  "start_url": "/student_dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F6FF",
  "theme_color": "#6B21A8",
  "categories": ["education", "islamic", "quran", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Sabak",
      "short_name": "Sabak",
      "url": "/student_sabak.php",
      "icons": [{"src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {

      "name": "Daily Tracker",
      "short_name": "Tracker",
      "description": "Fill your daily tracker",
      "url": "/student_tracker.php",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "description": "View your monthly schedule",
      "url": "/student_schedule.php",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View your progress reports",
      "url": "/student_reports.php",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "The Hifz Eutopia Dashboard"
    }
  ]
}