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:
Grant Emsley 2024-07-17 00:23:05 -04:00 committed by GitHub
parent ea285e3fec
commit 1f8a3a4c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{
"name": "",
"short_name": "",
"name": "PiKVM",
"short_name": "PiKVM",
"start_url": "/",
"icons": [
{
"src": "/share/android-chrome-192x192.png",