Skip to content

Commit

Permalink
✨ 2.1.0
Browse files Browse the repository at this point in the history
- Added 9 games
- Updated game images
- Updated cloak images
- Removed old files from 1.0
- Added 6 themes
- Added 4 Cloaks
- Fixed cloak reset
- Added brave for search engine
- Updated Ad.jsx
- Added active search engine icon to search page
- Game images are now webp files.
  • Loading branch information
Thedogecraft committed Jan 31, 2025
1 parent 8db79d8 commit b0f8da5
Show file tree
Hide file tree
Showing 126 changed files with 351 additions and 3,340 deletions.
41 changes: 37 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Discover the top unblocked games like Slope, 1v1.lol, Cookie Clicker, Geometry Dash, and more. Enjoy seamless gaming experiences at school or work."
content="Play the best unblocked games online for free! Enjoy popular games like Slope, 1v1.lol, Cookie Clicker, Geometry Dash, Retro Bowl, and more. Perfect for school, work, or anywhere with restricted access. No downloads required – start playing now!"
/>
<meta
name="keywords"
content="unblocked games, slope unblocked, 1v1.lol unblocked, cookie clicker unblocked, geometry dash unblocked, roblox unblocked, minecraft unblocked, tetris unblocked, retro bowl unblocked, unblocked anime websites"
content="unblocked games, slope unblocked, 1v1.lol unblocked, cookie clicker unblocked, geometry dash unblocked, retro bowl unblocked, roblox unblocked, minecraft unblocked, tetris unblocked, unblocked anime websites, free unblocked games, unblocked games for school, unblocked games for work, online unblocked games, no download unblocked games, fun unblocked games, best unblocked games, unblocked games 2023, unblocked gaming sites, unblocked multiplayer games"
/>
<title>Starlight</title>
<script src="/chemical.js"></script>
Expand Down Expand Up @@ -40,6 +40,11 @@
<script type="module" src="/src/main.jsx"></script>
<script>
const cloaks = [
{
name: "default",
icon: "./media/logo.svg",
title: "Lunaar",
},
{
name: "drive",
icon: "./media/cloaks/googledrive.png",
Expand All @@ -55,7 +60,11 @@
icon: "./media/cloaks/wikipedia.ico",
title: "Wikipedia",
},

{
name: "classroom",
icon: "./media/cloaks/Classroom.png",
title: "Google Classroom",
},
{
name: "canvas",
icon: "./media/cloaks/canvas.png",
Expand All @@ -66,7 +75,31 @@
icon: "./media/cloaks/classroom.png",
title: "Home",
},
{ name: "zoom", icon: "./media/cloaks/zoom.png", title: "Zoom" },
{
name: "zoom",
icon: "./media/cloaks/zoom.png",
title: "Zoom",
},
{
name: "khan",
icon: "./media/cloaks/khan.ico",
title: "Khan Academy",
},
{
name: "desmos",
icon: "./media/cloaks/desmos.ico",
title: "Desmos Classroom Activities",
},
{
name: "gforms",
icon: "./media/cloaks/googleforms.png",
title: "Start your quiz",
},
{
name: "quizlet",
icon: "./media/cloaks/quizlet.webp",
title: "Online Flashcard Maker &amp; Flashcard App | Quizlet",
},
];
</script>
<script src="https://cdn.jsdelivr.net/gh/Parcoil/cloak@main/src/index.min.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlight",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -25,6 +25,7 @@
"recoil": "^0.7.7"
},
"devDependencies": {
"@catppuccin/daisyui": "^1.2.1",
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
Expand Down
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed public/assets/cloaks/Calendar.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Canvas.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Classroom.png
Binary file not shown.
Binary file not shown.
Binary file removed public/assets/cloaks/Gmail.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Google Search.ico
Binary file not shown.
Binary file removed public/assets/cloaks/GoogleDrive.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Meet.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Youtube.ico
Binary file not shown.
Binary file removed public/assets/cloaks/Zoom.ico
Binary file not shown.
Binary file removed public/assets/icons/chess.png
Binary file not shown.
Binary file removed public/assets/icons/cz.jpg
Binary file not shown.
Binary file removed public/assets/icons/google.png
Binary file not shown.
Binary file removed public/assets/icons/hianime.jpg
Binary file not shown.
Binary file removed public/assets/icons/nowgg.png
Binary file not shown.
Binary file removed public/assets/icons/poki.jpg
Binary file not shown.
Binary file removed public/assets/icons/vs.jpg
Binary file not shown.
Binary file removed public/assets/icons/x.jpg
Binary file not shown.
Binary file removed public/assets/icons/y8.png
Binary file not shown.
Binary file removed public/assets/icons/youtube.jpg
Binary file not shown.
Binary file removed public/assets/logo.png
Binary file not shown.
Binary file removed public/assets/logo2.png
Binary file not shown.
Loading

0 comments on commit b0f8da5

Please sign in to comment.