diff --git a/public/data/logos.json b/public/data/logos.json
index cfe8f2f..764abd0 100644
--- a/public/data/logos.json
+++ b/public/data/logos.json
@@ -60,6 +60,14 @@
"retail"
]
},
+ {
+ "name": "Android Auto",
+ "path": "logos/android-auto.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "Google",
+ "tags": []
+ },
{
"name": "Apple",
"path": "logos/apple.svg",
@@ -351,7 +359,7 @@
"brand": "GitLab",
"tags": [
"Selfhosted",
- "software",
+ "DevOps",
"git"
]
},
@@ -381,7 +389,10 @@
"path": "logos/google-home.svg",
"format": "SVG",
"disable": false,
- "brand": "Google"
+ "brand": "Google",
+ "tags": [
+ "Smart Home"
+ ]
},
{
"name": "Google Maps",
@@ -395,7 +406,12 @@
"path": "logos/google-meet.svg",
"format": "SVG",
"disable": false,
- "brand": "Google"
+ "brand": "Google",
+ "tags": [
+ "Communication",
+ "Video Conferencing",
+ "Office Suite"
+ ]
},
{
"name": "Google Photos",
@@ -430,6 +446,17 @@
"disable": false,
"brand": "GraphQL"
},
+ {
+ "name": "Homebridge",
+ "path": "logos/homebridge.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "Homebridge",
+ "tags": [
+ "Selfhosted",
+ "Smart Home"
+ ]
+ },
{
"name": "Immich",
"path": "logos/immich.svg",
@@ -741,7 +768,7 @@
"disable": false,
"tags": [
"git",
- "software"
+ "DevOps"
],
"brand": "GitHub",
"colors": {
@@ -763,7 +790,7 @@
"disable": false,
"tags": [
"git",
- "software"
+ "DevOps"
],
"brand": "GitHub",
"colors": {
@@ -786,7 +813,7 @@
"tags": [
"Selfhosted",
"git",
- "software"
+ "DevOps"
],
"brand": "GitLab"
},
@@ -1035,9 +1062,9 @@
"disable": false,
"tags": [
"Selfhosted",
- "communication",
- "software",
- "messaging"
+ "Communication",
+ "Video Conferencing",
+ "Office Suite"
],
"colors": {
"denim": "#1e325c"
@@ -1122,6 +1149,31 @@
}
}
},
+ {
+ "name": "OpenVPN",
+ "path": "logos/openvpn.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "OpenVPN",
+ "tags": [
+ "Selfhosted",
+ "VPN",
+ "security"
+ ]
+ },
+ {
+ "name": "Slack",
+ "path": "logos/slack.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "Slack",
+ "tags": [
+ "Communication",
+ "Video Conferencing",
+ "Office Suite",
+ "Messaging"
+ ]
+ },
{
"name": "SLZB",
"path": "logos/slzb.svg",
@@ -1177,6 +1229,33 @@
"streaming"
]
},
+ {
+ "name": "Unifi",
+ "path": "logos/unifi.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "Unifi",
+ "tags": [
+ "Network Devices",
+ "Smart Home",
+ "Hardware"
+ ],
+ "colors": {
+ "black": "#000000",
+ "white": "#ffffff"
+ },
+ "targets": {
+ "logo": "#unifi-logo"
+ },
+ "sets": {
+ "white": {
+ "logo": "black"
+ },
+ "black": {
+ "logo": "white"
+ }
+ }
+ },
{
"name": "Uptime Kuma",
"path": "logos/uptimekuma.svg",
@@ -1195,8 +1274,9 @@
"disable": false,
"brand": "Meta",
"tags": [
- "messaging",
- "communication"
+ "Communication",
+ "Messaging",
+ "Social"
],
"colors": {
"green": "#25D366",
@@ -1307,7 +1387,11 @@
"format": "SVG",
"disable": false,
"brand": "Mikrotik",
- "tags": []
+ "tags": [
+ "Network Devices",
+ "Hardware",
+ "Smart Home"
+ ]
},
{
"name": "Mikrotik Logo",
@@ -1902,8 +1986,8 @@
"format": "SVG",
"disable": false,
"tags": [
- "messaging",
- "communication"
+ "Messaging",
+ "Communication"
],
"brand": "Signal",
"colors": {
@@ -1924,8 +2008,8 @@
"format": "SVG",
"disable": false,
"tags": [
- "messaging",
- "communication"
+ "Messaging",
+ "Communication"
],
"brand": "Signal",
"colors": {
@@ -2094,8 +2178,8 @@
"format": "SVG",
"disable": false,
"tags": [
- "social",
- "communication"
+ "Social",
+ "Communication"
],
"brand": "Meta"
},
@@ -2192,8 +2276,8 @@
"disable": false,
"brand": "Viber",
"tags": [
- "messaging",
- "communication"
+ "Communication",
+ "Messaging"
],
"colors": {
"purple": "#7d3daf",
@@ -2284,6 +2368,37 @@
"disable": false,
"brand": "Wifi"
},
+ {
+ "name": "Wireguard",
+ "path": "logos/wireguard.svg",
+ "format": "SVG",
+ "disable": false,
+ "brand": "Wireguard",
+ "tags": [
+ "Selfhosted",
+ "VPN",
+ "security"
+ ],
+ "colors": {
+ "red": "#88171a",
+ "white": "#FFFFFF",
+ "black": "#000000"
+ },
+ "targets": {
+ "circle": "#circle",
+ "logo": "#logo"
+ },
+ "sets": {
+ "light": {
+ "circle": "red",
+ "logo": "white"
+ },
+ "dark": {
+ "circle": "black",
+ "logo": "red"
+ }
+ }
+ },
{
"name": "Wise",
"path": "logos/wise.svg",
@@ -2358,14 +2473,24 @@
"path": "logos/zoom.svg",
"format": "SVG",
"disable": false,
- "brand": "Zoom"
+ "brand": "Zoom",
+ "tags": [
+ "Communication",
+ "Video Conferencing",
+ "Office Suite"
+ ]
},
{
"name": "Zoom",
"path": "logos/zoom-icon.svg",
"format": "SVG",
"disable": false,
- "brand": "Zoom"
+ "brand": "Zoom",
+ "tags": [
+ "Communication",
+ "Video Conferencing",
+ "Office Suite"
+ ]
},
{
"name": "Банк Власний Рахунок",
diff --git a/public/logos/android-auto.svg b/public/logos/android-auto.svg
new file mode 100644
index 0000000..0af25e8
--- /dev/null
+++ b/public/logos/android-auto.svg
@@ -0,0 +1,38 @@
+
diff --git a/public/logos/homebridge.svg b/public/logos/homebridge.svg
new file mode 100644
index 0000000..acf67b3
--- /dev/null
+++ b/public/logos/homebridge.svg
@@ -0,0 +1,18 @@
+
diff --git a/public/logos/openvpn.svg b/public/logos/openvpn.svg
new file mode 100644
index 0000000..dcdfbc4
--- /dev/null
+++ b/public/logos/openvpn.svg
@@ -0,0 +1,8 @@
+
diff --git a/public/logos/slack.svg b/public/logos/slack.svg
new file mode 100644
index 0000000..a48af37
--- /dev/null
+++ b/public/logos/slack.svg
@@ -0,0 +1,14 @@
+
diff --git a/public/logos/unifi.svg b/public/logos/unifi.svg
new file mode 100644
index 0000000..21d0d08
--- /dev/null
+++ b/public/logos/unifi.svg
@@ -0,0 +1,5 @@
+
diff --git a/public/logos/wireguard.svg b/public/logos/wireguard.svg
new file mode 100644
index 0000000..79b65b3
--- /dev/null
+++ b/public/logos/wireguard.svg
@@ -0,0 +1,8 @@
+