More testing

This commit is contained in:
Andrew 2022-08-08 13:04:36 -04:00
parent 8adcfbaf45
commit 893d166c72
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
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">
<link rel="manifest" href="crafty.json">
<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" />

View File

@ -4,7 +4,7 @@
"name": "Crafty Controller 4",
"icons": [
{
"src": "../static/images/Crafty_4-0.png",
"src": "../static/assets/images/Crafty_4-0.png",
"type": "image/png",
"sizes": "192x192"
}
@ -22,7 +22,7 @@
"url": "/panel/dashboard",
"icons": [
{
"src": "../static/images/Crafty_4-0.png",
"src": "../static/assets/images/Crafty_4-0.png",
"sizes": "192x192"
}
]