{
    "name": "LifeBox \u2014 Personal Memory System",
    "short_name": "LifeBox",
    "description": "Your personal offline-first daily memory system",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#fafaf9",
    "theme_color": "#1a1917",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='42' fill='%231a1917'/><text x='96' y='130' font-size='100' text-anchor='middle'>\ud83d\udce6</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='112' fill='%231a1917'/><text x='256' y='340' font-size='280' text-anchor='middle'>\ud83d\udce6</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "lifestyle",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Add Note",
            "short_name": "Note",
            "description": "Quickly add a new note",
            "url": "./index.html?action=add&type=note",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>\ud83d\udcdd</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Add Reminder",
            "short_name": "Reminder",
            "description": "Set a new reminder",
            "url": "./index.html?action=add&type=reminder",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>\u23f0</text></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}