diff --git a/public/assets/data/apps.js b/public/assets/data/apps.js index 2cbec92e..e9f42b8b 100644 --- a/public/assets/data/apps.js +++ b/public/assets/data/apps.js @@ -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" } ] diff --git a/public/assets/data/games.js b/public/assets/data/games.js index 4f1a7ac9..22658983 100644 --- a/public/assets/data/games.js +++ b/public/assets/data/games.js @@ -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) {