{
    "name": "Markdown Editor",
    "short_name": "MD Editor",
    "description": "A modern, feature-rich markdown editor with live preview, syntax highlighting, and export capabilities",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2c3e50",
    "orientation": "any",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232c3e50'/><text x='50' y='65' font-size='50' text-anchor='middle' fill='white'>📝</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='38' fill='%232c3e50'/><text x='96' y='125' font-size='96' text-anchor='middle' fill='white'>📝</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%232c3e50'/><text x='256' y='340' font-size='256' text-anchor='middle' fill='white'>📝</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "utilities"],
    "shortcuts": [
        {
            "name": "New Document",
            "short_name": "New",
            "description": "Start a new markdown document",
            "url": "/?new=true",
            "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><text y='20' font-size='20'>📄</text></svg>", "sizes": "96x96" }]
        }
    ],
    "screenshots": [],
    "related_applications": [],
    "prefer_related_applications": false
}
