{
    "name": "Kartful",
    "short_name": "Kartful",
    "description": "A grocery list app that imports recipe ingredients and sorts them by aisle.",
    "id": "/kartful",
    "start_url": "/app/?source=pwa",
    "scope": "/app/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#F7F8F6",
    "background_color": "#FBF6EC",
    "prefer_related_applications": false,
    "share_target": {
        "action": "/app/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "images",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    },
    "categories": [
        "food",
        "shopping",
        "productivity"
    ],
    "icons": [
        {
            "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-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
