{
    "name": "Kip",
    "short_name": "Kip",
    "description": "Knowledge is Power — Your personal knowledge desktop",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#050505",
    "background_color": "#050505",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "application/pdf",
                        "text/*",
                        ".pdf",
                        ".doc",
                        ".docx",
                        ".txt",
                        ".md"
                    ]
                }
            ]
        }
    }
}