-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshortcut.js
More file actions
24 lines (22 loc) · 784 Bytes
/
shortcut.js
File metadata and controls
24 lines (22 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
const SHORTCUTS_DATA = [
{
title: "Goon Games",
url: "https://goon-games.vercel.app",
image: "https://lh3.googleusercontent.com/Mxl8996vzcWWRU5RyKdTDA76GEPj9jQpuYc02nPgtwKgdqpWidM5YVqu8DHBd-D1sZ3sP1AOYB-DlNhMEpaLJxQcTQ=s128-rj-sc0x00ffffff"
},
{
title: "Classroom G+",
url: "https://sites.google.com/view/drive-u-7-home/home",
image: "https://i.ibb.co/CpDR7P5w/IMG-1070.png"
},
{
title: "Funny School",
url: "https://funny-school.github.io/",
image: "https://i.ibb.co/nsdyQGrP/logo.png"
},
{
title: "ChickenKingsVault",
url: "https://corescripts.github.io/ChickenKingsVault/",
image: "https://i.ibb.co/TxcDtymZ/07885e8afac8eb00afbc915abdc455cc.png"
}
];