This commit is contained in:
Andrew 2022-08-07 13:23:45 -04:00 committed by bobsfriend12
parent f09e93a19f
commit e5a16d0498
2 changed files with 30 additions and 9 deletions

View File

@ -20,6 +20,11 @@
<link rel="stylesheet" href="/static/assets/css/crafty.css">
<link rel="manifest" href="crafty.webmanifest">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Crafty Controller 4">
<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">

View File

@ -1,16 +1,32 @@
{
"background_color": "purple",
"description": "Server management control.",
"display": "fullscreen",
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Crafty",
"name": "Crafty Controller 4",
"icons": [
{
"src": "../static/assets/images/Crafty_4-0.png",
"sizes": "192x192",
"type": "icon/png"
"src": "../static/images/Crafty_4-0.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/public/login",
"background_color": "#3367D6",
"display": "fullscreen",
"scope": "/",
"name": "Crafty 4",
"short_name": "Crafty",
"start_url": "/panel/dashboard"
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "Crafty Controller 4",
"short_name": "Crafty",
"description": "View weather information for today",
"url": "/panel/dashboard",
"icons": [
{
"src": "../static/images/Crafty_4-0.png",
"sizes": "192x192"
}
]
}
],
"description": "Server Management Console/Wrapper"
}