Skip to content

Commit

Permalink
Manifest link
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 3, 2024
1 parent 7104ee7 commit 382903c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="manifest.json"/>
<title>IOT Charts</title>
<script src="plotly-2.30.0.min.js" charset="utf-8"></script>
<script type="module">
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "IOT Charts",
"display": "standalone"
"display": "standalone",
"start_url": "."
}

0 comments on commit 382903c

Please sign in to comment.