{
  "_comment": "PWA manifest for SSAM Admin / Member portal. Read by Chrome + Safari + the Capacitor wrapper. Edit live; nothing builds this. JSON spec disallows comments — this _comment key is ignored by all readers since it isn't a recognized manifest field.",

  "name":             "SSAM — نادي الطلبة السعوديين في ملبورن",
  "short_name":       "SSAM",
  "description":      "لوحة إدارة نادي الطلبة السعوديين في ملبورن — Saudi Students Association in Melbourne admin & member portal.",

  "start_url":        "/admin.html",
  "scope":            "/",
  "display":          "standalone",
  "orientation":      "portrait",

  "lang":             "ar",
  "dir":              "rtl",

  "background_color": "#1A5C2E",
  "theme_color":      "#1A5C2E",

  "icons": [
    {
      "src":   "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type":  "image/png",
      "purpose": "any"
    },
    {
      "src":   "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type":  "image/png",
      "purpose": "any"
    },
    {
      "src":   "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type":  "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name":         "تسجيل الدخول",
      "short_name":   "دخول",
      "description":  "Sign in to the admin panel",
      "url":          "/login.html"
    },
    {
      "name":         "نموذج الانضمام",
      "short_name":   "انضمام",
      "description":  "Public membership application form",
      "url":          "/apply.html"
    }
  ]
}
