{ "name": "Markdown Reader by OMEM AI", "short_name": "Markdown Reader", "description": "Professional markdown reader with advanced features for reading .md files beautifully", "start_url": "/app/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#2563eb", "orientation": "portrait-primary", "scope": "/", "lang": "en", "dir": "ltr", "categories": ["productivity", "utilities", "developer"], "screenshots": [ { "src": "/images/screenshot-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Markdown Reader desktop interface" }, { "src": "/images/screenshot-narrow.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Markdown Reader mobile interface" } ], "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }, { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }, { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }, { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" } ], "shortcuts": [ { "name": "Open Markdown Reader", "short_name": "Open Reader", "description": "Launch the markdown reader application", "url": "/app/", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Documentation", "short_name": "Docs", "description": "View documentation and user guide", "url": "/documentation.html", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Quick Reference", "short_name": "Reference", "description": "View quick reference guide", "url": "/quick-reference.html", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" } ] } ], "related_applications": [ { "platform": "web", "url": "https://markdown.omem.ai/" } ], "prefer_related_applications": false, "edge_side_panel": { "preferred_width": 400 }, "launch_handler": { "client_mode": "navigate-existing" }, "file_handlers": [ { "action": "/app/", "accept": { "text/markdown": [".md", ".markdown"], "text/plain": [".txt"] } } ], "protocol_handlers": [ { "protocol": "web+markdown", "url": "/app/?url=%s" } ], "share_target": { "action": "/app/", "method": "GET", "params": { "title": "title", "text": "text", "url": "url" } } }