{
    "name": "Pomodoro Timer",
    "short_name": "Pomodoro",
    "description": "Aplicació Pomodoro per millorar la teva productivitat",
    "start_url": "/index.php",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#1a1a2e",
    "theme_color": "#e74c3c",
    "lang": "ca",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23ex74c3c' width='100' height='100' rx='20'/><text x='50' y='70' font-size='60' text-anchor='middle'>🍅</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "utilities"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Iniciar Focus",
            "short_name": "Focus",
            "description": "Iniciar una sessió de focus de 25 minuts",
            "url": "/index.php?mode=focus",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle fill='%23e74c3c' cx='50' cy='50' r='50'/><text x='50' y='70' font-size='50' text-anchor='middle' fill='white'>⏱️</text></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Descans Curt",
            "short_name": "Descans",
            "description": "Iniciar un descans curt de 5 minuts",
            "url": "/index.php?mode=short_break",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle fill='%233498db' cx='50' cy='50' r='50'/><text x='50' y='70' font-size='50' text-anchor='middle' fill='white'>☕</text></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    }
}
