0e9dbf1735
Restore button id, bind dismiss at document level, force hide inline, and fetch pwa.js/style.css network-first. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
337 B
HTML
7 lines
337 B
HTML
<link rel="manifest" href="{{ manifest_href }}">
|
|
<meta name="theme-color" content="#1a1d27">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<link rel="apple-touch-icon" href="/static/icon-192.png">
|
|
<script src="/static/pwa.js?v=7" defer></script>
|