{
    "name": "My Notes",
    "short_name": "My Notes",
    "id": "./index.html",
    "description": "Manage your notes easily.",
    "lang": "en-US",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#0d6efd",
    "background_color": "#f4f6f9",
    "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"
        }
    ]
}