{ "name": "Kagaz — private PDF tools", "short_name": "Kagaz", "description": "A private PDF toolbox — merge, split, organize, sign, watermark, compress and convert PDFs. Everything runs in your browser: your files never leave your device.", "lang": "en", "start_url": "./", "scope": "./", "id": "./", "display": "standalone", "orientation": "any", "theme_color": "#0d9488", "background_color": "#faf9f7", "categories": ["productivity", "utilities"], "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "file_handlers": [ { "action": "./", "accept": { "application/pdf": [".pdf"] } } ], "share_target": { "action": "./share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "files": [ { "name": "file", "accept": ["application/pdf", ".pdf"] } ] } } }