Skip to content

Commit

Permalink
deploy: 83a85db
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Oct 4, 2024
1 parent 6b3edef commit ec05e5c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions assets/manifest-1XcUQ2Uh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Meshtastic Configurator",
"short_name": "Configurator",
"description": "Meshtastic QR Code Generator",
"start_url": "/meshtastic-configurator/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4CAF50",
"icons": [
{
"src": "/meshtastic-configurator/assets/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/meshtastic-configurator/assets/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./src/assets/icon-192x192.png">
<link rel="manifest" href="/meshtastic-configurator/manifest.json">
<link rel="manifest" href="/meshtastic-configurator/assets/manifest-1XcUQ2Uh.json">
<meta name="theme-color" content="#4CAF50">
<title>Meshtastic Configurator</title>
<script type="module" crossorigin src="/meshtastic-configurator/assets/main-C-pq7nGW.js"></script>
Expand Down Expand Up @@ -147,5 +147,9 @@ <h1>Meshtastic QR Code Generator</h1>

<div id="copyNotification" class="hidden">URL copied to clipboard!</div>

<footer>
<p>View this project on <a href="https://github.com/Georepublic/meshtastic-configurator" target="_blank">GitHub</a>.</p>
</footer>

</body>
</html>

0 comments on commit ec05e5c

Please sign in to comment.