v1.4.8a Semi fixed manifest

This commit is contained in:
victor 2020-10-21 12:49:39 +02:00
parent 94749fcf21
commit 93604aafca
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/resources/manifest.json">
<link rel="manifest" href="/manifest.json">
<link type="text/css" rel="stylesheet" href="{{ asset("/css/normalize.css") }}">
<link rel='icon' href='{{ asset('/images/icons/appIcon.svg') }}' type='image/x-icon'>
@if(request()->cookie("mode") == "dark")

View File

@ -6,7 +6,7 @@
@section("content")
<main style="background-color: #00788a; height: 100%;">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" href="/../../../css/addtohomescreen.css">
<script src="/../../../js/addtohomescreen.js"></script>