Vectras-VM-Android/web
An Bui d3046c50f7 3.2.2
- Added dialog about Alpine Xfce not supporting 32-bit.
- Tiny Vterm will be used instead of Terminal if device is 32-bit.
- You can now open Terminal in Advanced setup.
- VNC is default if device is 32-bit.
- Fixed setup failure on 32-bit devices.
- Improved Tiny Vterm.
2025-10-16 14:33:27 +07:00
..
data 3.2.2 2025-10-16 14:33:27 +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" }
      ]
    }
    ...