manifest.json

566 B
20/10/2025 04:00
JSON
manifest.json
{
    "name": "Sticky Notes - Offline App",
    "short_name": "Sticky Notes",
    "description": "A simple offline sticky notes application",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#f8f9fa",
    "theme_color": "#4a6fa5",
    "orientation": "any",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📝</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ]
}