{
    "name": "Pageify",
    "short_name": "Pageify",
    "description": "Your bookmarks. Your data. Your rules.",
    "start_url": "/app/dashboard.php",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#2E5090",
    "background_color": "#F8FAFC",
    "lang": "en",
    "scope": "/",
    "icons": [
        {
            "src": "/assets/img/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/img/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "share_target": {
        "action": "/app/share.php",
        "method": "POST",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "url": "url",
            "title": "title",
            "text": "text"
        }
    },
    "categories": ["productivity", "utilities"],
    "prefer_related_applications": false
}
