mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
9964f95d5d
- Fix setting remote port properly - Add web worker support (so it can be installed as an "app") - build fixes/removing stray console.log
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "Feishin Remote",
|
|
"short_name": "Feishin Remote",
|
|
"start_url": "/",
|
|
"background_color": "#000100",
|
|
"theme_color": "#E7E7E7",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
],
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|