{
    "id": "xyz.landak.tech.app",
    "name": "Landak Technology",
    "short_name": "Landak Tech",
    "description": "The Artificial Intelligence Company. Cobaltwings AI Node.",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "portrait-preferred",
    "background_color": "#030712",
    "theme_color": "#030712",
    "icons": [
        {
            "src": "landak.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "landak.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "maskable"
        }
    ]
}