-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplatforms.json
29 lines (29 loc) · 1.2 KB
/
platforms.json
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
[
{
"name": "gmail",
"shortcode": "g",
"service_type": "email",
"protocol_type": "oauth2",
"icon_svg": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/gmail.svg",
"icon_png": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/gmail.png",
"support_url_scheme": false
},
{
"name": "twitter",
"shortcode": "t",
"service_type": "text",
"protocol_type": "oauth2",
"icon_svg": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/twitter.svg",
"icon_png": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/twitter.png",
"support_url_scheme": true
},
{
"name": "telegram",
"shortcode": "T",
"service_type": "message",
"protocol_type": "pnba",
"icon_svg": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/telegram.svg",
"icon_png": "https://raw.githubusercontent.com/smswithoutborders/SMSWithoutBorders-Publisher/main/resources/icons/telegram.png",
"support_url_scheme": false
}
]