mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Proper manifest file for app mode (#174)
Filling in the name and adding start_url will make browsers offer to install PiKVM as an application, including adding shortcuts to the start menu and everything. This runs it in app mode just like the instructions for running chrome with the --app flag. Requires a valid SSL certificate be setup before browsers will show the option.
This commit is contained in:
parent
ea285e3fec
commit
1f8a3a4c9a
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"name": "PiKVM",
|
||||
"short_name": "PiKVM",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/share/android-chrome-192x192.png",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user