Skip to content

Commit 220754c

Browse files
committed
feat: add favicon domains
1 parent 9d3fb1f commit 220754c

84 files changed

Lines changed: 85 additions & 85 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"type": "string",
1111
"description": "A brief description of the service"
1212
},
13-
"favicon": {
13+
"faviconDomain": {
1414
"type": "string",
15-
"description": "URL to the service's favicon"
15+
"description": "The domain from which the favicon should be requested"
1616
},
1717
"domains": {
1818
"type": "array",

services/9gag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "9GAG",
33
"description": "A social media platform for sharing humorous content and memes",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "9gag.com",
55
"domains": [
66
"9cache.com",
77
"9gag.com"

services/airbnb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Airbnb",
33
"description": "A vacation rental service.",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "airbnb.de",
55
"patterns": [
66
"^([a-zA-Z0-9-]+\\.)*airbnb\\.([a-zA-Z0-9.-]+)$"
77
]

services/ali-express.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AliExpress",
33
"description": "An online retail service based in China.",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "aliexpress.com",
55
"patterns": [
66
"^([a-zA-Z0-9-]+\\.)*aliexpress\\.([a-zA-Z0-9.-]+)$"
77
]

services/alibaba.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Alibaba",
33
"description": "An online retail service.",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "alibaba.com",
55
"domains": [
66
"alibaba.com"
77
]

services/amazon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Amazon",
33
"description": "An online shopping platform",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "amazon.de",
55
"domains": [
66
"amazon.ae",
77
"amazon.ca",

services/apple-tv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Apple TV",
33
"description": "A streaming service for movies and TV shows.",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "tv.apple.com",
55
"domains": [
66
"tv.apple.com"
77
]

services/badoo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Badoo",
33
"description": "A dating app for connecting people",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "badoo.de",
55
"patterns": [
66
"^([a-zA-Z0-9-]+\\.)*badoo\\.([a-zA-Z0-9.-]+)$"
77
]

services/be-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BeReal",
33
"description": "A social media platform for sharing real-life moments",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "bereal.com",
55
"domains": [
66
"bere.al",
77
"bereal.com"

services/blizzard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Blizzard",
33
"description": "A video game developer and publisher known for titles like World of Warcraft and Overwatch",
4-
"favicon": "https://example.com/favicon.ico",
4+
"faviconDomain": "blizzard.com",
55
"domains": [
66
"battle.net",
77
"blizzard.com"

0 commit comments

Comments
 (0)