mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +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:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"name": "PiKVM",
|
||||
"short_name": "PiKVM",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/share/android-chrome-192x192.png",
|
||||
|
||||
Reference in New Issue
Block a user