{
  "name": "MeetUrNeed Platform",
  "short_name": "MeetUrNeed",
  "description": "Multi-Tenant Education ERP, POS & Business Management Platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1b4d3e",
  "categories": ["business", "education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "School ERP Portal",
      "short_name": "School",
      "description": "Access School Management, Fees & Students",
      "url": "/education/student_portal.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Canteen POS",
      "short_name": "POS",
      "description": "Launch Fast Cafeteria & Store Checkout",
      "url": "/education/canteen_pos.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Teacher Gradebook",
      "short_name": "Gradebook",
      "description": "Live Marks Entry Grid",
      "url": "/education/gradebook.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "SaaS Billing Console",
      "short_name": "Revenue",
      "description": "Platform 5% Revenue & Settlements",
      "url": "/admin/saas_billing.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}