mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-07-09 17:28:54 +00:00
- Listen to audio from the virtual machines on Vectras VM without Termux. - Added a separate Use local time option for each virtual machine. - Removed Boot from, Use UEFI and Use local time from the general Qemu settings. - Automatically set a screenshot as the virtual machine thumbnail if the virtual machine doesn't have a thumbnail set. - Fixed a bug where update checks weren't working. - Added automatic cleanup of temporary files during setup. - Added a separate folder for Quick Run and automatically cleaned it. |
||
|---|---|---|
| .. | ||
| data | ||
| 1024.png | ||
| apple-touch-icon.png | ||
| coffee.html | ||
| favicon.ico | ||
| how.html | ||
| icon-192-maskable.png | ||
| icon-192.png | ||
| icon-512-maskable.png | ||
| icon-512.png | ||
| index.html | ||
| logo.png | ||
| README.txt | ||
| store_list.json | ||
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" }
]
}
...