poorly attempt to add "add to home" feature

This commit is contained in:
amcmanu3 2022-08-04 19:45:44 -04:00 committed by bobsfriend12
parent 12fc3be00d
commit f09e93a19f
3 changed files with 21 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -18,6 +18,11 @@
href="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.css" />
<link rel="stylesheet" href="/static/assets/vendors/css/vendor.bundle.base.css">
<link rel="stylesheet" href="/static/assets/css/crafty.css">
<link rel="manifest" href="crafty.webmanifest">
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="192x192" href="../static/assets/images/Crafty_4-0.png">
<link rel="apple-touch-icon" href="../static/assets/images/Crafty_4-0.png">
<!-- endinject -->

View File

@ -0,0 +1,16 @@
{
"background_color": "purple",
"description": "Server management control.",
"display": "fullscreen",
"icons": [
{
"src": "../static/assets/images/Crafty_4-0.png",
"sizes": "192x192",
"type": "icon/png"
}
],
"scope": "/",
"name": "Crafty 4",
"short_name": "Crafty",
"start_url": "/panel/dashboard"
}