{
    "name": "Pellekan Ecosystem",
    "short_name": "Pellekan",
    "description": "Pellekan Ecosystem for students, teachers and staff",
    "start_url": "/accounts/profile",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8fafc",
    "theme_color": "#5B9BD5",
    "icons": [
        {
            "src": "/static/imgs/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any" 
        },
        {
            "src": "/static/imgs/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/imgs/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "نمای موبایل اپلیکیشن"
        },
        {
            "src": "/static/imgs/screenshots/desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "نمای دسکتاپ اپلیکیشن"
        }
    ]

}