{
    "id": "/app",
    "name": "Power Mark Down",
    "short_name": "PMD",
    "description": "A live markdown workspace for writing, parsing, previewing, organizing, and syncing documents.",
    "start_url": "/app",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#fffaf0",
    "theme_color": "#000000",
    "lang": "en",
    "icons": [
        {
            "src": "/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pmd.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Open App",
            "short_name": "App",
            "description": "Launch the editor workspace.",
            "url": "/app"
        },
        {
            "name": "Open Landing",
            "short_name": "Home",
            "description": "Open the product landing page.",
            "url": "/"
        }
    ]
}