y2k-anchor-alarm 2.3.3 → 2.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y2k-anchor-alarm",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Anchor alarm with wind speed, wind shift & AIS proximity alarms, scope calculator and engine override — fork of hoeken/hoekens-anchor-alarm.",
5
5
  "main": "src/index.cjs",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "signalk-category-ais"
33
33
  ],
34
34
  "signalk": {
35
- "appIcon": "anchoralarm.png",
35
+ "appIcon": "./anchoralarm.png",
36
36
  "displayName": "Y2K's Anchor Alarm",
37
37
  "screenshots": [
38
38
  "./screenshot.png"
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
- "short_name": "Anchor Alarm",
3
- "name": "Hoeken's Anchor Alarm",
2
+ "short_name": "Y2K Alarm",
3
+ "name": "Y2K's Anchor Alarm",
4
4
  "icons": [
5
5
  {
6
6
  "src": "favicons/android-chrome-192x192.png",
@@ -17,4 +17,4 @@
17
17
  "display": "standalone",
18
18
  "theme_color": "#000000",
19
19
  "background_color": "#ffffff"
20
- }
20
+ }