forked from FxEmbed/FxEmbed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbranding.example.json
More file actions
76 lines (76 loc) · 2.94 KB
/
branding.example.json
File metadata and controls
76 lines (76 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"zones": [
{
"name": "FxTwitter",
"default": true,
"domains": ["fxtwitter.com", "twittpr.com"],
"provider": "twitter",
"favicon": "https://abs.twimg.com/favicons/twitter.2.ico",
"redirect": "https://github.com/FxEmbed/FxEmbed",
"color": "#6363ff",
"activityIcons": {
"default": "https://assets.fxembed.com/logos/fxtwitter32.png",
"svg": "https://assets.fxembed.com/logos/fxtwitter.svg",
"16": "https://assets.fxembed.com/logos/fxtwitter16.png",
"24": "https://assets.fxembed.com/logos/fxtwitter24.png",
"32": "https://assets.fxembed.com/logos/fxtwitter32.png",
"48": "https://assets.fxembed.com/logos/fxtwitter48.png",
"64": "https://assets.fxembed.com/logos/fxtwitter64.png"
}
},
{
"name": "FixupX",
"domains": ["fixupx.com", "xfixup.com"],
"provider": "twitter",
"favicon": "https://abs.twimg.com/favicons/twitter.3.ico",
"redirect": "https://github.com/FxEmbed/FxEmbed",
"color": "#6363ff",
"activityIcons": {
"default": "https://assets.fxembed.com/logos/fixupx32.png",
"svg": "https://assets.fxembed.com/logos/fixupx.svg",
"16": "https://assets.fxembed.com/logos/fixupx16.png",
"24": "https://assets.fxembed.com/logos/fixupx24.png",
"32": "https://assets.fxembed.com/logos/fixupx32.png",
"48": "https://assets.fxembed.com/logos/fixupx48.png",
"64": "https://assets.fxembed.com/logos/fixupx64.png"
}
},
{
"name": "FxBluesky",
"domains": ["fxbsky.app"],
"provider": "bluesky",
"redirect": "https://bsky.app/profile/fxbsky.app",
"color": "#6363ff",
"activityIcons": {
"default": "https://assets.fxembed.com/logos/fxbluesky32.png",
"svg": "https://assets.fxembed.com/logos/fxbluesky.svg",
"16": "https://assets.fxembed.com/logos/fxbluesky16.png",
"24": "https://assets.fxembed.com/logos/fxbluesky24.png",
"32": "https://assets.fxembed.com/logos/fxbluesky32.png",
"48": "https://assets.fxembed.com/logos/fxbluesky48.png",
"64": "https://assets.fxembed.com/logos/fxbluesky64.png"
}
},
{
"name": "FixTok (beta)",
"domains": [
"fixtok.wuff.gay",
"dxtiktok.com",
"wuff.gay",
"cocktiktok.com"
],
"provider": "tiktok",
"redirect": "https://tiktok.com",
"color": "#6363ff",
"activityIcons": {
"default": "https://fxembed-assets.pages.dev/logos/fixtok32.png",
"svg": "https://fxembed-assets.pages.dev/logos/fixtok.svg",
"16": "https://fxembed-assets.pages.dev/logos/fixtok16.png",
"24": "https://fxembed-assets.pages.dev/logos/fixtok24.png",
"32": "https://fxembed-assets.pages.dev/logos/fixtok32.png",
"48": "https://fxembed-assets.pages.dev/logos/fixtok48.png",
"64": "https://fxembed-assets.pages.dev/logos/fixtok64.png"
}
}
]
}