@sailingrotevista/rotevista-dash 6.0.8 → 6.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/dash.png +0 -0
- package/index.html +16 -9
- package/manifest.json +2 -2
- package/package.json +1 -1
package/icons/dash.png
ADDED
|
Binary file
|
package/index.html
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="it">
|
|
3
|
-
<head>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
6
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
7
|
+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
8
|
+
<link rel="manifest" href="manifest.json">
|
|
9
|
+
|
|
10
|
+
<!-- Icona standard per la scheda del browser (Favicon) -->
|
|
11
|
+
<link rel="icon" type="image/png" href="icons/dash.png">
|
|
12
|
+
|
|
13
|
+
<!-- Icona per Bookmark e schermata Home su Apple iPad, iPhone e Mac -->
|
|
14
|
+
<link rel="apple-touch-icon" href="icons/dash.png">
|
|
15
|
+
|
|
16
|
+
<title>Sailing Dashboard Pro</title>
|
|
17
|
+
<link rel="stylesheet" href="style.css">
|
|
18
|
+
</head>
|
|
12
19
|
<body>
|
|
13
20
|
|
|
14
21
|
<div class="main-container">
|
package/manifest.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Signal K Wind Dashboard",
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
|
-
"src": "
|
|
6
|
+
"src": "./icons/dash.png",
|
|
7
7
|
"type": "image/png",
|
|
8
8
|
"sizes": "512x512"
|
|
9
9
|
}
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
"scope": "./",
|
|
15
15
|
"theme_color": "#000000",
|
|
16
16
|
"orientation": "landscape"
|
|
17
|
-
}
|
|
17
|
+
}
|