Vectras-VM-Android/web
An Bui 6c73672230 4.1.5
- Added quick switching between running virtual machines to the VNC screen.
- Removed the option button from the virtual machine list, replaced by a long press.
- Fixed issues where other virtual machines would unexpectedly shut down when the first one was shut down.
- Improved the interface.
- Bugs fixed.
2026-05-07 11:12:17 +07:00
..
data 4.1.5 2026-05-07 11:12:17 +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" }
      ]
    }
    ...