Vectras-VM-Android/web
An Bui 4f1f6bd802 4.0.2
- Improved VNC display.
- Fixed crash issue when selecting files.
- Bugs fixed.
2026-04-26 14:24:15 +07:00
..
data 4.0.2 2026-04-26 14:24:15 +07:00
1024.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
apple-touch-icon.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
coffee.html 2.9.2 2024-10-29 03:24:38 +03:00
favicon.ico 2.8.4 still in development 2024-03-24 17:03:04 +02:00
how.html 2.9.2 2024-10-29 03:24:38 +03:00
icon-192-maskable.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-192.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-512-maskable.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
icon-512.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
index.html 2.9.2 2024-10-29 03:24:38 +03:00
logo.png 2.8.4 still in development 2024-03-24 17:03:04 +02:00
README.txt 2.9.2 2024-10-29 03:24:38 +03:00
store_list.json 2.9.2 2024-10-29 03:24:38 +03:00

Add this to your HTML <head>:

    <link rel="icon" href="/favicon.ico" sizes="any">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">

Add this to your app's manifest.json:

    ...
    {
      "icons": [
        { "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
        { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
        { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
        { "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
        { "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
      ]
    }
    ...