{
    "name": "Mini CMS",
    "short_name": "MiniCMS",
    "description": "Lightweight Markdown CMS with full-text search",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#f5f7fa",
    "theme_color": "#2563eb",
    "orientation": "any",
    "icons": [
        {
            "src": "assets/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["education", "productivity"],
    "lang": "vi",
    "dir": "ltr"
}