{
    "name": "Pluranet",
    "short_name": "Pluranet",
    "description": "Open knowledge platform for collaborative research and discovery",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0C1222",
    "theme_color": "#1B2559",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/maskable-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512_Dark_PWA.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192_Dark.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "education",
        "news",
        "social"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home page showing featured research"
        },
        {
            "src": "/screenshots/home-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile view of Pluranet home page"
        }
    ],
    "shortcuts": [
        {
            "name": "New Post",
            "short_name": "Post",
            "description": "Create a new research post",
            "url": "/editor",
            "icons": [
                {
                    "src": "/icons/new-post.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Insights",
            "short_name": "Insights",
            "description": "View your personalized insights",
            "url": "/insights",
            "icons": [
                {
                    "src": "/icons/insights.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}