mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
poorly attempt to add "add to home" feature
This commit is contained in:
parent
12fc3be00d
commit
f09e93a19f
BIN
app/frontend/static/assets/images/Crafty_4-0.png
Normal file
BIN
app/frontend/static/assets/images/Crafty_4-0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
@ -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 -->
|
||||
|
||||
|
16
app/frontend/templates/crafty.webmanifest
Normal file
16
app/frontend/templates/crafty.webmanifest
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user