forked from particle-box/SE-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
53 lines (53 loc) · 2.04 KB
/
index.json
File metadata and controls
53 lines (53 loc) · 2.04 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
{
"scripts": [
{
"name": "webui_script",
"author": "ΞTΞRNAL & bocajthomas",
"description": "This script displays a WebUI in Snapchat which allows you to play Games, read News, listen to the Radio, etc.",
"version": "1.2",
"filepath": "scripts/webui_script.js"
},
{
"name": "scheduled_messages",
"author": "ΞTΞRNAL",
"description": "A Script That Allows For Scheduling Messages. Please don't remove Snapchat from the background when your message is scheduled.",
"version": "2.8 STABLE",
"filepath": "scripts/scheduled_messages.js"
},
{
"name": "greetings_toast",
"author": "ΞTΞRNAL",
"description": "A Script that shows a greetings toast on the startup of Snapchat. Enter your username and birthday in the format: username dd/mm/yyyy Note: Avoid including your full name as the toast will not work properly. Eg: ΞTΞRNAL 20/01/1900.",
"version": "3.2",
"filepath": "scripts/greetings_toast.js"
},
{
"name": "flexi_quotes",
"author": "ΞTΞRNAL & bocajthomas",
"description": "A script that shows customizable motivation quotes on Snapchat startup, with options for dialog or toast notifications.",
"version": "5.2",
"filepath": "scripts/flexi_quotes.js"
},
{
"name": "custom_reminders",
"author": "ΞTΞRNAL",
"description": "A Script that shows custom reminders with countdowns based on specified dates.",
"version": "1.2",
"filepath": "scripts/custom_reminders.js"
},
{
"name": "saved_replies",
"author": "ΞTΞRNAL",
"description": "A Script That Allows Users to Save and Send Custom Replies",
"version": "1.6",
"filepath": "scripts/saved_replies.js"
},
{
"name": "custom_toast",
"author": "Gabriel Modz, bocajthomas & ΞTΞRNAL",
"description": "A Script that shows a custom toast on the startup of Snapchat.",
"version": "1.6",
"filepath": "scripts/custom_toast.js"
}
]
}