mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 09:31:59 +00:00
feat: add AdGuard and Uptime Kuma logos with SVG files; enhance logos.json for new entries
This commit is contained in:
@@ -1,4 +1,41 @@
|
||||
[
|
||||
{
|
||||
"name": "Adguard",
|
||||
"path": "logos/adguard.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "AdGuard",
|
||||
"tags": [
|
||||
"adblocker",
|
||||
"privacy"
|
||||
],
|
||||
"colors": {
|
||||
"dark": "#242424",
|
||||
"white": "#FFFFFF"
|
||||
},
|
||||
"targets": {
|
||||
"main": "#text"
|
||||
},
|
||||
"sets": {
|
||||
"light": {
|
||||
"main": "white"
|
||||
},
|
||||
"dark": {
|
||||
"main": "dark"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Adguard",
|
||||
"path": "logos/adguard-logo.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "AdGuard",
|
||||
"tags": [
|
||||
"adblocker",
|
||||
"privacy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Adidas",
|
||||
"path": "logos/adidas.svg",
|
||||
@@ -897,6 +934,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Uptime Kuma",
|
||||
"path": "logos/uptimekuma.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Uptime Kuma",
|
||||
"tags": [
|
||||
"monitoring",
|
||||
"software"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Whatsapp",
|
||||
"path": "logos/meta-whatsapp-icon.svg",
|
||||
|
||||
Reference in New Issue
Block a user