{
    "id": "/",
    "name": "GraphyNotes",
    "version": "1.1.0",
    "short_name": "GraphyNotes",
    "description": "The infinite canvas for thinkers, creators, and developers. Blazing fast, intuitive, and distraction-free.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "dir": "ltr",
    "lang": "en",
    "background_color": "#1e1e24",
    "theme_color": "#1e1e24",
    "categories": ["productivity", "utilities"],
    "shortcuts": [
        {
            "name": "New Note",
            "short_name": "New",
            "description": "Open a new blank note",
            "url": "/"
        }
    ],
    "share_target": {
        "action": "/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "name",
            "text": "description",
            "url": "link"
        }
    },
    "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"
        }
    ]
}
