Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
limex committed Feb 7, 2024
1 parent 1198b4e commit c4761f0
Showing 9 changed files with 76 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/background.js.map

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions dist/options.15d58ab6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/options.15d58ab6.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/options.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="/options.21194506.css"></head><body> <div id="options"></div> <script src="/options.e7dbf49f.js"></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="/options.21194506.css"></head><body> <div id="options"></div> <script src="/options.15d58ab6.js"></script> </body></html>
33 changes: 33 additions & 0 deletions dist/popup.e943efe6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/popup.e943efe6.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/popup.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="/popup.d0afbe9b.css"></head><body> <div id="popup"></div> <script src="/popup.99c6fb4e.js"></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="/popup.d0afbe9b.css"></head><body> <div id="popup"></div> <script src="/popup.e943efe6.js"></script> </body></html>
8 changes: 4 additions & 4 deletions src/maps.js
Original file line number Diff line number Diff line change
@@ -2241,8 +2241,8 @@ const maps_raw = [
{
//http://map.openseamap.org/?zoom=6&lat=53.32140&lon=2.86829
name: "OpenSeaMap",
category: MISC_CATEGORY,
default_check: false,
category: WATER_CATEGORY,
default_check: true,
domain: "openseamap.org",
description: "focus on nautical info",
getUrl(lat, lon, zoom) {
@@ -2414,8 +2414,8 @@ const maps_raw = [
{
//http://beacons.schmirler.de/en/world.html#map=11/35.315176983316775/139.7419591178308&layers=OS5&details=18
name: "Sea Beacons",
category: MISC_CATEGORY,
default_check: false,
category: WATER_CATEGORY,
default_check: true,
domain: "schmirler.de",
description: "Lighthouse map",
getUrl(lat, lon, zoom) {

0 comments on commit c4761f0

Please sign in to comment.