Merge pull request #2933 from YeeJiaWei/fix-pwa-icon
fix akunting pwa icon missing
This commit is contained in:
commit
7a0100bd0e
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<!-- Tile for Win8 -->
|
<!-- Tile for Win8 -->
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="{{ asset('public/img/pwa/akaunting-512x512.png') }}">
|
<meta name="msapplication-TileImage" content="{{ asset('public/img/pwa/icon-512x512.png') }}">
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
if ('serviceWorker' in navigator) {
|
if ('serviceWorker' in navigator) {
|
||||||
|
4
serviceworker.js
vendored
4
serviceworker.js
vendored
@ -1,7 +1,7 @@
|
|||||||
var staticCacheName = "pwa-v" + new Date().getTime();
|
var staticCacheName = "pwa-v" + new Date().getTime();
|
||||||
var filesToCache = [
|
var filesToCache = [
|
||||||
'public/img/pwa/akaunting-192x192.png',
|
'public/img/pwa/icon-192x192.png',
|
||||||
'public/img/pwa/akaunting-512x512.png'
|
'public/img/pwa/icon-512x512.png'
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user