{
    "short_name": "Pure Note",
    "name": "Pure Note - Simple & Clean",
    "icons": [
        {
            "src": "/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#4D463B",
    "background_color": "#e7e3d1",
    "shortcuts": [
        {
            "name": "New Note",
            "short_name": "New",
            "description": "Create a new note quickly",
            "url": "/?action=new",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Pinned Notes",
            "short_name": "Pinned",
            "description": "View your pinned notes",
            "url": "/?action=pinned",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}