{
    "name": "Notepad — Workspace Notes",
    "short_name": "Notepad",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "background_color": "#F3F6FC",
    "theme_color": "#2563EB",
    "lang": "en-MY",
    "dir": "ltr",
    "orientation": "any",
    "categories": ["productivity", "business"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
        { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "New note", "url": "/notes/create", "icons": [{ "src": "/icons/shortcut-note.png", "sizes": "96x96", "type": "image/png" }] },
        { "name": "New checklist", "url": "/notes/create?kind=checklist", "icons": [{ "src": "/icons/shortcut-checklist.png", "sizes": "96x96", "type": "image/png" }] },
        { "name": "Search", "url": "/search", "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96", "type": "image/png" }] }
    ],
    "share_target": {
        "action": "/notes/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [{ "name": "files", "accept": ["image/*", ".pdf"] }]
        }
    }
}
