{
    "name": "Clypcat",
    "short_name": "Clypcat",
    "description": "Trim, upload, and share your gaming clips instantly.",
    "id": "clypcat-pwa-v2",
    "start_url": "/",
    "launch_handler": {
        "client_mode": [
            "focus-existing",
            "auto"
        ]
    },
    "display": "standalone",
    "background_color": "#09090b",
    "theme_color": "#09090b",
    "orientation": "portrait",
    "shortcuts": [
        {
            "name": "Quick Clip",
            "short_name": "Quick Clip",
            "description": "Open Clypcat and start a new clip immediately.",
            "url": "/?quick-clip=1",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Recent Clips",
            "short_name": "Recent",
            "description": "Jump directly to your recent clips list.",
            "url": "/?open-recent=1",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Resume Job",
            "short_name": "Resume",
            "description": "Resume a pending upload or processing task.",
            "url": "/?resume-job=1",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "video/mp4": [
                    ".mp4",
                    ".m4v"
                ],
                "video/webm": [
                    ".webm"
                ],
                "video/quicktime": [
                    ".mov",
                    ".qt"
                ],
                "video/x-matroska": [
                    ".mkv"
                ],
                "video/x-msvideo": [
                    ".avi"
                ],
                "video/x-ms-wmv": [
                    ".wmv"
                ],
                "video/x-ms-asf": [
                    ".asf"
                ],
                "video/x-flv": [
                    ".flv",
                    ".f4v",
                    ".f4p"
                ],
                "video/3gpp": [
                    ".3gp"
                ],
                "video/ogg": [
                    ".ogv",
                    ".ogm"
                ],
                "video/mp2t": [
                    ".ts",
                    ".mts",
                    ".m2ts"
                ],
                "video/mpeg": [
                    ".mpeg",
                    ".mpg",
                    ".m2v",
                    ".vob"
                ],
                "video/divx": [
                    ".divx"
                ],
                "video/x-divx": [
                    ".xvid"
                ],
                "video/vnd.rn-realvideo": [
                    ".rm",
                    ".rmvb"
                ],
                "application/octet-stream": [
                    ".mkv",
                    ".avi",
                    ".wmv",
                    ".asf",
                    ".flv",
                    ".3gp",
                    ".ts",
                    ".mts",
                    ".vob",
                    ".divx",
                    ".xvid",
                    ".rm"
                ]
            }
        }
    ],
    "share_target": {
        "action": "/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "video/*",
                        "video/x-ms-asf",
                        ".mp4",
                        ".m4v",
                        ".webm",
                        ".mov",
                        ".mkv",
                        ".avi",
                        ".wmv",
                        ".asf",
                        ".flv",
                        ".3gp",
                        ".ogv",
                        ".ts",
                        ".mpeg",
                        ".mpg"
                    ]
                }
            ]
        }
    }
}
