{
    "name": "LinkEd - Social Learning Platform",
    "short_name": "LinkEd",
    "description": "Revolutionary social learning platform connecting students and teachers worldwide for collaborative education, knowledge sharing, and interactive learning communities.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#EBF5FF",
    "theme_color": "#0072FF",
    "lang": "en",
    "dir": "ltr",
    "categories": ["education", "social", "productivity"],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "icons/screenshot-wide.png",
            "type": "image/png",
            "sizes": "1280x720",
            "form_factor": "wide"
        },
        {
            "src": "icons/screenshot-narrow.png", 
            "type": "image/png",
            "sizes": "750x1334",
            "form_factor": "narrow"
        }
    ],
    "icons": [
        {
            "src": "favicon.ico",
            "sizes": "16x16",
            "type": "image/x-icon"
        },
        {
            "src": "favicon.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "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-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Messages",
            "short_name": "Messages",
            "description": "Access your direct messages",
            "url": "/messages",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Study Groups",
            "short_name": "Groups",
            "description": "Join study groups",
            "url": "/study-groups",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Profile",
            "short_name": "Profile",
            "description": "View your profile",
            "url": "/profile",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}