Vectras-VM-Android/web
An Bui bf11a28d60 3.4.0
- Added auto return to Home after importing rom and creating virtual machine in Rom store.
- Improved image viewer.
- Fixed Unknow display error in architecture in rom info if it is PowerPC architecture.
- New setup wizard interface that automatically changes according to screen size.
- New ID generator for virtual machine.
- Added dialog when deleting virtual machine.
2025-11-30 14:31:41 +07:00
..
data 3.4.0 2025-11-30 14:31:41 +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" }
      ]
    }
    ...