-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgaming.json
More file actions
94 lines (94 loc) · 2.33 KB
/
Copy pathgaming.json
File metadata and controls
94 lines (94 loc) · 2.33 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"$schema": "https://raw.githubusercontent.com/nodelook/data/refs/heads/main/.schema.json",
"name": {
"en": "Gaming",
"fa": "بازیمحور"
},
"description": {
"en": "Gaming",
"fa": "بازیمحور"
},
"color": "#FF4285F4",
"items": [
{
"name": {
"en": "Twitch",
"fa": "توییچ"
},
"url": "https://www.twitch.tv/robots.txt",
"shouldContain": "Disallow"
},
{
"name": {
"en": "Kick",
"fa": "کیک"
},
"url": "https://kick.com/robots.txt",
"shouldContain": "Disallow"
},
{
"name": {
"en": "Xbox",
"fa": "ایکسباکس"
},
"url": "https://www.xbox.com/en-us/Search/Results?q=thexboxsiteisworkingproperly",
"shouldContain": "thexboxsiteisworkingproperly"
},
{
"name": {
"en": "PlayStation",
"fa": "پلیاستیشن"
},
"url": "https://store.playstation.com/en-us/search/theplaystationsiteisworkingproperly",
"shouldContain": "theplaystationsiteisworkingproperly"
},
{
"name": {
"en": "Steam",
"fa": "استیم"
},
"url": "https://store.steampowered.com/search?term=thesteamsiteisworkingproperly",
"shouldContain": "thesteamsiteisworkingproperly"
},
{
"name": {
"en": "Epic Games",
"fa": "اپیک گیمز"
},
"url": "https://store.epicgames.com/browse?q=theepicgamessiteisworkingproperly",
"shouldContain": "theepicgamessiteisworkingproperly"
},
{
"name": {
"en": "Biligame API",
"fa": "ایپیآی بیلیگیم"
},
"url": "https://api.biligame.com",
"shouldContain": "SUCCESS"
},
{
"name": {
"en": "Biligame API 1",
"fa": "ایپیآی ۱ بیلیگیم"
},
"url": "https://line1-h5-pc-api.biligame.com",
"shouldContain": "SUCCESS"
},
{
"name": {
"en": "Biligame API 3",
"fa": "ایپیآی ۳ بیلیگیم"
},
"url": "https://line3-h5-pc-api.biligame.com",
"shouldContain": "SUCCESS"
},
{
"name": {
"en": "Fandom",
"fa": "فندوم"
},
"url": "https://www.fandom.com/robots.txt",
"shouldContain": "Disallow"
}
]
}