{
    "id": "/",
    "name": "Webshotter",
    "short_name": "Webshotter",
    "description": "Take a webshot of any page in a real Chrome, with the emoji set you asked for.",
    "start_url": "/webshots?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#ffffff",
    "theme_color": "#E9F3F9",
    "orientation": "any",
    "categories": ["developer", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New webshot",
            "short_name": "New",
            "description": "Open the capture form.",
            "url": "/webshots/new?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/webshots/new",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}
