Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions public/assets/data/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,34 @@ var apps = [
'url': 'https://cattn.github.io/gba',
"image": "https://cattn.github.io/gba/pwa/apple-icon-180.png",
"description": "A Game Boy Advance retro emulator with over 3000 games, and other consoles as well"
},
{
'id': 'scratch',
'title': 'Scratch',
'url': 'https://scratch.mit.edu',
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSDtkWi9cs_kkA_SWxosg2z59Ha4PNy0cAyrA&s",
"description": "A Block Based Programming Language Community with a ton of Online Games"
},
{
'id': 'itch.io',
'title': 'Itch.io',
'url': 'https://itch.io',
"image": "https://www.wargamer.com/wp-content/sites/wargamer/2022/02/Itchio-condemns-NFTs-Itchio-logo.jpg",
"description": "A Place Where You Can Download Games or Play Games Online"
},
{
'id': 'instagram',
'title': 'Instagram',
'url': 'https://instagram.com',
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcROlf2GkEtPk1w49L9mw1r1ERJRea7lAPMm6Q&s",
"description": "Just Instagram"
},
{
'id': 'chatgpt',
'title': 'ChatGPT',
'url': 'https://chat.openai.com',
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkjcFoADXGfO6r-rGC_LSR-dw_YmwoYjgjuQ&s",
"description": "A AI ChatBot that can do stuff for you"
}
]

Expand Down
12 changes: 12 additions & 0 deletions public/assets/data/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,18 @@ var games = [
title: 'Raccoon Retail',
url: 'https://www.coolmathgames.com/0-raccoon-retail/play',
image: 'https://play-lh.googleusercontent.com/zI8P-Gej0l8WK9_rRrVJuHQfZqA97ncD1RCN8qdLbmwl0uxPI8o5JLBsnJz5hxLKTYE'
},
{
id: 'eaglercraft',
title: 'Minecraft 1.8.8',
url: 'https://eaglercraft.com/mc/1.8.8',
image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlMj9jg_k4NvGgTfxav9xDuiy2BGJ7KzBMsQ&s'
},
{
id: 'voxiom',
title: 'Voxiom.io',
url: 'https://voxiom.io',
image: 'https://files.gamezhero.com/game/89d/c92/89dc92bc39bbf286/images/240/voxiomio.jpg'
}
]
games.sort(function (a, b) {
Expand Down