{
    "name": "Namo Narayan Sewa Sansthan",
    "short_name": "NNSS",
    "description": "Official Progressive Web App for Namo Narayan Sewa Sansthan",
    "start_url": "index.php",
    "scope": "./",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#ffffff",
    "theme_color": "#667eea",
    "orientation": "portrait-primary",
    "categories": [
        "social",
        "lifestyle",
        "news"
    ],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "img/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Donate Now",
            "short_name": "Donate",
            "description": "Make a donation",
            "url": "donation-form.php",
            "icons": [
                {
                    "src": "img/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Upcoming Events",
            "short_name": "Events",
            "description": "View upcoming events",
            "url": "upcoming-event.php",
            "icons": [
                {
                    "src": "img/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Latest News",
            "short_name": "News",
            "description": "Read latest news and updates",
            "url": "news.php",
            "icons": [
                {
                    "src": "img/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "description": "Get in touch with us",
            "url": "contact-us.php",
            "icons": [
                {
                    "src": "img/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "participate-form.php",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}