{
    "name": "nlmarkt - Second-hand Marketplace Netherlands",
    "short_name": "nlmarkt",
    "description": "Fair and unbiased second-hand marketplace for the Netherlands. Buy and sell items from private sellers.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "categories": [
        "shopping",
        "lifestyle"
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot-1.png",
            "sizes": "540x720",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/screenshot-2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Listing",
            "short_name": "Create",
            "description": "Create a new listing",
            "url": "/create-listing",
            "icons": [
                {
                    "src": "/icon-create-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Listings",
            "short_name": "Browse",
            "description": "Browse all listings",
            "url": "/listings",
            "icons": [
                {
                    "src": "/icon-browse-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}