{
    "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": "#000e14",
    "theme_color": "#00AEEF",
    "categories": [
        "business",
        "education",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/assets/icon-192x192.png?v=1790308838",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon-512x512.png?v=1790308838",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "School ERP Portal",
            "short_name": "School",
            "description": "Access School Management, Fees & Students",
            "url": "/education/student_portal.php",
            "icons": [
                {
                    "src": "/assets/icon-192x192.png?v=1790308838",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Canteen POS",
            "short_name": "POS",
            "description": "Launch Fast Cafeteria & Store Checkout",
            "url": "/education/canteen_pos.php",
            "icons": [
                {
                    "src": "/assets/icon-192x192.png?v=1790308838",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Teacher Gradebook",
            "short_name": "Gradebook",
            "description": "Live Marks Entry Grid",
            "url": "/education/gradebook.php",
            "icons": [
                {
                    "src": "/assets/icon-192x192.png?v=1790308838",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "SaaS Billing Console",
            "short_name": "Revenue",
            "description": "Platform 5% Revenue & Settlements",
            "url": "/admin/saas_billing.php",
            "icons": [
                {
                    "src": "/assets/icon-192x192.png?v=1790308838",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}