-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapps.js
49 lines (48 loc) · 1.2 KB
/
apps.js
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
const getAppName = (s2) => {
if (s2 === '1LtyME6b5AnMopQrBPLk4FGN8UBuhxKqrn') {
return 'weathersv'
}
if (s2 === '19dbzMDDg4jZ4pvYzLb291nT8uCqDa61zH') {
return 'preev'
}
if (s2 === '1DSXi8hvxn6Pd4TavhmTKxU7BUqS7cnxhw') {
return 'airqlty'
}
if (
s2 === '1LoveF7qQijpjascPytHor2uSEEjHHH8YB' ||
s2 === '168qkFkCWCxc6xqG1SCdgxuLDPbhbPoktJ') {
return 'twetch'
}
if (s2 === '19HxigV4QyBv3tHpQVcUEQyq1pzZVdoAut') {
return 'b://'
}
if (s2 === '1HyHXtYWyGePrHVisnNdS931Vt6CqouUyZ') {
return 'relayX'
}
if (s2 === 'moneybutton.com') {
return 'moneybutton'
}
if (s2 === 'zzzz') {
return 'zzzz'
}
if (s2 === 'satoplay.com') {
return 'satoplay.com'
}
if (s2 === '1BAESxZMweg2mG4FG2DEZmB1Ury2ruAr9K') {
return 'baemail'
}
if (s2 === '1PuQa7K62MiKCtssSLKy1kh56WWU7MtUR5') {
return 'magic'
}
if (s2 === '15PciHG22SNLQJXMoSUaWVi7WSqc7hCfva') {
return 'author_identity_protocol'
}
if (s2 === 'm') {
return 'loggeru'
}
if (s2.substring(0, 12) === 'peergame.com') {
return 'peergame.com'
}
return 'other'
}
module.exports = getAppName