-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathexistingapps.json
42 lines (42 loc) · 1.43 KB
/
existingapps.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
{
"existingApps": [
"TAP",
"Game Hub",
"NotePad",
"Module2.0",
"JuanAnime",
"InjectorCloud"
],
"appsReadable": [
[
"InjectorCloud",
"paragram",
"cloud stuff, dev shit. probally dont mess with it."
],
[
"NotePad",
"paragram",
"A JS notepad. Used as a test app to test the App Store. Not super useful, but for whatever reason half the userbase has this app installed."
],
[
"Game Hub",
"paragram",
"A selection of games to play which will not appear and your history and will likely never be blocked. Currently only has Friday Night Funkin'. Note: when Friday Night Funkin finishes the blue screen loading, make sure to click or it will just stay a blank screen"
],
[
"TAP",
"paragram",
"Automatically creates a basic UI so I can create new programs easily. Mostly just used for a basic idea of an app's UI since it lacks advanced element types such as text boxes and buttons, but is still a powerful tool."
],
[
"Module2.0",
"paragram",
"A UI overhaul for Injector that allows for a more multitasked style of Injector where the desktop is made transparent over the page, turning it into a more module-style UI. Requires a refresh to uninstall."
],
[
"JuanAnime",
"paragram",
"An app Juan requested. Basically just Game Hub but anime sites. Currently only has Array Anime. Broken tho."
]
]
}