{
    "id": "/",
    "name": "Capturewell",
    "short_name": "Capturewell",
    "description": "Create consistent website screenshots from the web or API.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f7f8fb",
    "theme_color": "#005aff",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New screenshot",
            "short_name": "Screenshot",
            "url": "/captures",
            "icons": [
                {
                    "src": "/pwa-shortcut-screenshot-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/pwa-shortcut-dashboard-96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}
