{ "name": "jsonlkit — JSONL toolbox", "short_name": "jsonlkit", "description": "Fix, validate, convert, query and explore JSONL (JSON Lines) — entirely in your browser. Works offline.", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#F97316", "orientation": "any", "categories": ["developer", "productivity", "utilities"], "lang": "en", "icons": [ { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" }, { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" } ], "shortcuts": [ { "name": "Auto-fixer", "short_name": "Fix", "url": "/fix-jsonl" }, { "name": "Validator", "short_name": "Validate", "url": "/validator" }, { "name": "Viewer", "short_name": "View", "url": "/viewer" }, { "name": "JSONL → CSV", "short_name": "to CSV", "url": "/jsonl-to-csv" } ] }