This repository was archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathapps.json
More file actions
51 lines (51 loc) · 1.41 KB
/
apps.json
File metadata and controls
51 lines (51 loc) · 1.41 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
[
{
"id": "0",
"title": "Vs Code",
"icon": "https://vscode.dev/static/stable/favicon.ico",
"type": "url",
"url": "https://vscode.dev"
},
{
"id": "1",
"title": "Invidious",
"icon": "https://invidious.io/favicon.ico",
"type": "url",
"url": "https://inv.riverside.rocks/feed/popular"
},
{
"id": "2",
"title": "CrownJS",
"icon": "/apps/assets/crownjs.png",
"type": "js",
"js": "/apps/crownjs.js"
},
{
"id": "3",
"title": "Calculator",
"icon": "https://th.bing.com/th/id/R.6a2a75534b0bbe9448205951e63416ba?rik=ZqGs1IxdRo7PFw&riu=http%3a%2f%2ficons.iconarchive.com%2ficons%2fpaomedia%2fsmall-n-flat%2f1024%2fcalculator-icon.png&ehk=Zmh0xuLFdvZShXbHYjBs49KANZG3oS1%2fYDmw5QRWMt0%3d&risl=&pid=ImgRaw&r=0",
"type": "url",
"url": "/apps/calculator.html"
},
{
"id": "4",
"title": "Notepad",
"icon": "https://cdn3.iconfinder.com/data/icons/basic-ui-line-circle/605/121_-_Report-512.png",
"type": "url",
"url": "/apps/notepad.html"
},
{
"id": "5",
"title": "About",
"icon": "",
"type": "url",
"url": "/apps/about.html"
},
{
"id": "6",
"title": "Html Editor",
"icon": "",
"type": "js",
"url": "/apps/htmleditor.js"
}
]