Skip to content
Snippets Groups Projects
Commit d32a9ece authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add more Apple icons

parent 79c27735
Branches
No related tags found
No related merge requests found
Pipeline #33767 passed
......@@ -11,6 +11,11 @@
<!-- PWA manfiest file -->
<link rel="manifest" href="<%= getUrl(name + '.manifest.json') %>">
<!-- PWA iphone -->
<link rel="apple-touch-icon" sizes="180x180" href="<%= getPrivateUrl('icon-180x180.png') %>">
<link rel="icon" type="image/png" sizes="32x32" href="<%= getPrivateUrl('icon-32x32.png') %>">
<link rel="icon" type="image/png" sizes="16x16" href="<%= getPrivateUrl('icon-16x16.png') %>">
<!-- Loading spinner -->
<script type="module">
import {Spinner} from '<%= getPrivateUrl('spinner.js') %>';
......
assets/icon-16x16.png

328 B

assets/icon-180x180.png

2.43 KiB

assets/icon-32x32.png

492 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment