Skip to content

Commit

Permalink
PWA config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 3, 2024
1 parent 382903c commit 05c167e
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# IOT Charts

https://emeraldwalk.github.io/iot-charts/

## Icon Generation

https://favicon.io/favicon-generator/
6 changes: 6 additions & 0 deletions assets/about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This favicon was generated using the following font:

- Font Title: Noto Sans
- Font Author: Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic)
- Font Source: https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
Binary file added assets/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "IOT Charts",
"short_name": "IOT",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="manifest.json"/>
<link
rel="shortcut icon"
type="image/ico"
href="assets/favicon-ALXmemir.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/apple-touch-icon-rgagzx0g.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon-32x32-ZmHFtdgA.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon-16x16-rn22XzRx.png" />
<link rel="manifest" href="assets/site.webmanifest" />
<title>IOT Charts</title>
<script src="plotly-2.30.0.min.js" charset="utf-8"></script>
<script type="module">
Expand Down
5 changes: 0 additions & 5 deletions manifest.json

This file was deleted.

0 comments on commit 05c167e

Please sign in to comment.