{
    "name": "晉輝科技有限公司",
    "short_name": "晉輝科技",
    "description": "香港領先的科技解決方案提供商，專注於軟體開發、移動應用、雲端服務等領域",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#134E4A",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "zh-HK",
    "categories": ["business", "productivity", "technology"],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "產品介紹",
            "short_name": "產品",
            "description": "查看我們的產品介紹",
            "url": "/products.html",
            "icons": [
                {
                    "src": "/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "聯絡我們",
            "short_name": "聯絡",
            "description": "聯絡晉輝科技",
            "url": "/#contact",
            "icons": [
                {
                    "src": "/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
} 