{ "id": "/", "name": "Prisment — Instant Markdown & MDX Viewer", "short_name": "Prisment", "description": "Turn raw AI Markdown and MDX into presentation-ready, styled HTML documents. 100% client-side, works offline, exports standalone pages.", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "display_override": ["window-controls-overlay", "standalone", "minimal-ui"], "orientation": "any", "theme_color": "#0f172a", "background_color": "#0f172a", "lang": "en", "dir": "ltr", "categories": ["productivity", "utilities", "developer"], "launch_handler": { "client_mode": "navigate-existing" }, "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "screenshots": [ { "src": "/brand/prisment-banner.png", "sizes": "1533x612", "type": "image/png", "form_factor": "wide", "label": "Prisment workspace with a styled document preview" } ], "shortcuts": [ { "name": "Open workspace", "short_name": "Workspace", "description": "Jump straight into the multi-file Markdown workspace", "url": "/workspace/?source=pwa-shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }, { "name": "Markdown editor", "short_name": "Editor", "description": "Start a new Markdown document", "url": "/markdown-editor/?source=pwa-shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }, { "name": "Mermaid editor", "short_name": "Mermaid", "description": "Draft and preview Mermaid diagrams", "url": "/mermaid-editor/?source=pwa-shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] } ], "file_handlers": [ { "action": "/workspace/", "accept": { "text/markdown": [".md"], "text/mdx": [".mdx"], "text/html": [".html", ".htm"], "text/csv": [".csv"], "text/tab-separated-values": [".tsv"], "application/json": [".json"], "application/yaml": [".yml", ".yaml"] }, "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }], "launch_type": "single-client" } ], "prefer_related_applications": false }