1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Added iOS app banner

This commit is contained in:
Jon Ziebell 2023-10-26 20:34:39 -04:00
parent a096d2654a
commit aa1d11f069

View File

@ -38,6 +38,8 @@
<meta name="theme-color" content="#222222">
<!-- Icon for pinning on iOS -->
<link rel="apple-touch-icon" href="/favicon_apple.png">
<!-- On iOS, place a banner to download the app -->
<meta name="apple-itunes-app" content="app-id=6469190206">
<?php
echo '<link rel="manifest" href="/manifest.json?' . $setting->get('commit') . '">';