mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-08-28 03:54:21 -05:00
Deploying to gh-pages from @ PhaseII-eAmusement-Network/PhaseWeb3-Vue@71c222c423 🚀
This commit is contained in:
21
data-sources/standalone.json
Normal file
21
data-sources/standalone.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"short_name": "PhaseII",
|
||||
"name": "PhaseII eAmusement Network",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon.gif",
|
||||
"sizes": "512x512",
|
||||
"type": "image/gif"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "fullscreen",
|
||||
"theme_color": "#1f2937",
|
||||
"background_color": "#1f2937"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<meta name="apple-mobile-web-app-title" content="PhaseII">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="manifest" href="/data-sources/standalone.json" />
|
||||
<title>PhaseWeb 3</title>
|
||||
|
||||
<style>
|
||||
@@ -44,8 +45,6 @@
|
||||
};
|
||||
|
||||
document.addEventListener('keydown', keyHandler, false);
|
||||
|
||||
if (window.navigator.standalone) {document.querySelector('meta[name=viewport]').setAttribute('content', 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no');}
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index.af302b91.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.6925e9df.css">
|
||||
|
||||
Reference in New Issue
Block a user