mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-16 20:10:20 +00:00
- Improved settings. - Changed shared file import folder location. - Fixed VM ID in VM creator sometimes not refreshing. - Added detection of shared folders that exceed size limit. - Improved file import on home screen. - Now when clicking Rom store icon in right corner in file importer or selecting architecture, it will go back to home screen and to Rom store. - Added note about using X11 instead of VNC in VNC settings when X11 is in use. - Added opening home folder in other file browser. - Some changes to drawer. |
||
|---|---|---|
| .. | ||
| 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" }
]
}
...