
{
  "name": "NALC Student Program & Fee Tracker",
  "short_name": "NALC Tracker",
  "description": "Noor Ali Learning Center - Student Program & Fee Tracker",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3D7069",
  "theme_color": "#3D7069",
  "orientation": "any",
  "icons": [
    {
      "src": "/lovable-uploads/1dd5a01c-f447-44fa-821e-b0951b6ade29.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/lovable-uploads/1dd5a01c-f447-44fa-821e-b0951b6ade29.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "View Students",
      "short_name": "Students",
      "url": "/students",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add New Student",
      "short_name": "New Student",
      "url": "/students/new",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Timetable",
      "short_name": "Timetable",
      "url": "/timetable",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "url": "/reports",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+nalc",
      "url": "/%s"
    }
  ],
  "dir": "auto",
  "categories": ["education", "productivity", "utilities"],
  "lang": "en",
  "iarc_rating_id": ""
}
