aboutsummaryrefslogtreecommitdiff
path: root/pokeworld
diff options
context:
space:
mode:
Diffstat (limited to 'pokeworld')
-rw-r--r--pokeworld/about/index.html58
-rw-r--r--pokeworld/android-chrome-192x192.pngbin17317 -> 0 bytes
-rw-r--r--pokeworld/android-chrome-384x384.pngbin45383 -> 0 bytes
-rw-r--r--pokeworld/apple-touch-icon.pngbin10175 -> 0 bytes
-rw-r--r--pokeworld/browserconfig.xml9
-rw-r--r--pokeworld/css/style.css68
-rw-r--r--pokeworld/favicon-16x16.pngbin1114 -> 0 bytes
-rw-r--r--pokeworld/favicon-32x32.pngbin1980 -> 0 bytes
-rw-r--r--pokeworld/favicon.icobin15086 -> 0 bytes
-rw-r--r--pokeworld/index.html50
-rw-r--r--pokeworld/mstile-150x150.pngbin10011 -> 0 bytes
-rw-r--r--pokeworld/pokebot/commands/index.html116
-rw-r--r--pokeworld/pokebot/css/style.css68
-rw-r--r--pokeworld/pokebot/index.html67
-rw-r--r--pokeworld/pokebot/pokebotbannerlogo.pngbin21927 -> 0 bytes
-rw-r--r--pokeworld/rules/index.html65
-rw-r--r--pokeworld/site.webmanifest19
17 files changed, 0 insertions, 520 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html
deleted file mode 100644
index eb776da..0000000
--- a/pokeworld/about/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>PokeWorld | About</title>
- <link rel="stylesheet" href="../css/style.css">
- <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
- <link rel="manifest" href="../site.webmanifest">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
- <meta property="og:image:width" content="279">
- <meta property="og:image:height" content="279">
- <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
- <meta property="og:title" content="Universe">
- <meta property="og:url" content="http://universedevgroup.net/">
- <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1>PokeWorld</h1>
- </div>
- <nav>
- <ul>
- <li><a href="../">Home</a></li>
- <li><a href="../pokebot">Pokebot</a></li>
- <li class="current"><a href="#">About</a></li>
- <li><a href="../rules">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>About</h1>
- <h2>Learn about us.</h2>
- <h3>Origination</h3>
- <p>One day, a server was created. It was called PokeWorld, and 3 people decided to join in on the project; making a Discord bot for the server. These 3 people were jtsshieh, Alee, and TheEdge. This went on, until jtsshieh, and TheEdge decided to leave that server. Then, a few hours later, this PokeWorld you are reading about now was created.</p>
- <h3>Projects</h3>
- <p>We are currently working on a few projects. These include: PokeBot and this website.</p>
- <h4><a href="../pokebot" style="color:white">PokeBot</a></h4>
- <p>The project that inspired us to keep on going. This is the Discord bot that powers our server; from moderation, to fun commands.</p>
- <h4>Website</h4>
- <p>Well, you are here now. The website is our portal to everything related to PokeWorld!</p>
- <p>And the website design was made by Alee (Owner of AleeCorp Network)</p>
- </div>
- <footer>
- <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
- <a href = "https://discord.gg/YqEUBGr">
- <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
- </a>
- </footer>
- </body>
-</html>
diff --git a/pokeworld/android-chrome-192x192.png b/pokeworld/android-chrome-192x192.png
deleted file mode 100644
index b78fe74..0000000
--- a/pokeworld/android-chrome-192x192.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/android-chrome-384x384.png b/pokeworld/android-chrome-384x384.png
deleted file mode 100644
index 7c1c210..0000000
--- a/pokeworld/android-chrome-384x384.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/apple-touch-icon.png b/pokeworld/apple-touch-icon.png
deleted file mode 100644
index 0a2cda2..0000000
--- a/pokeworld/apple-touch-icon.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/browserconfig.xml b/pokeworld/browserconfig.xml
deleted file mode 100644
index 737bee4..0000000
--- a/pokeworld/browserconfig.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<browserconfig>
- <msapplication>
- <tile>
- <square150x150logo src="./mstile-150x150.png"/>
- <TileColor>#b91d47</TileColor>
- </tile>
- </msapplication>
-</browserconfig>
diff --git a/pokeworld/css/style.css b/pokeworld/css/style.css
deleted file mode 100644
index 6b24190..0000000
--- a/pokeworld/css/style.css
+++ /dev/null
@@ -1,68 +0,0 @@
-body {
- font-family: Segoe UI, Helvetica, Arial;
- padding:0;
- margin:0;
- background-color:#3e443e;
- color:white;
-}
-
-.container {
- width:80%;
- margin:auto;
- overflow:hidden;
-}
-
-header {
- background-color:#262627;
- color:white;
- padding-top:30px;
- min-height:70px;
- border-bottom:#0a4db1 3px solid;
-}
-
-header a {
- color:white;
- text-decoration:none;
- font-size:16px;
-}
-
-header ul {
- margin:0;
- padding:0;
-}
-
-header li {
- display:inline;
- padding: 0 20px 0 20px;
-}
-
-header #branding {
- float:left;
-}
-
-header #branding h1 {
- margin:0;
-}
-
-header nav {
- float:right;
- margin-top:10px;
-}
-
-header .current a {
- color:#0a4db1;
- font-weight:bold;
-}
-
-header a:hover {
- color:#302f77;
- font-weight:Bold;
-}
-
-footer {
- padding:20px;
- margin-top:20px;
- color:white;
- background-color: #0a4db1;
- text-align: center;
-} \ No newline at end of file
diff --git a/pokeworld/favicon-16x16.png b/pokeworld/favicon-16x16.png
deleted file mode 100644
index 0a77569..0000000
--- a/pokeworld/favicon-16x16.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/favicon-32x32.png b/pokeworld/favicon-32x32.png
deleted file mode 100644
index 1c1a1aa..0000000
--- a/pokeworld/favicon-32x32.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/favicon.ico b/pokeworld/favicon.ico
deleted file mode 100644
index ba55d4b..0000000
--- a/pokeworld/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/pokeworld/index.html b/pokeworld/index.html
deleted file mode 100644
index bc7a1ee..0000000
--- a/pokeworld/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>PokeWorld | Home</title>
- <link rel="stylesheet" href="./css/style.css">
- <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
- <link rel="manifest" href="./site.webmanifest">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
- <meta property="og:image:width" content="279">
- <meta property="og:image:height" content="279">
- <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
- <meta property="og:title" content="Universe">
- <meta property="og:url" content="http://universedevgroup.net/">
- <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1>PokeWorld</h1>
- </div>
- <nav>
- <ul>
- <li class="current"><a href="#">Home</a></li>
- <li><a href="./pokebot">Pokebot</a></li>
- <li><a href="./about">About</a></li>
- <li><a href="./rules">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>Welcome to the PokeWorld website!</h1>
- <p>Right now this website is bare so please stay tuned for updates for this site!</p>
- <p>Also if you want to use PokeBot, please join our discord server. The link to it can be found in the footer below.</p>
- </div>
- <footer>
- <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
- <a href = "https://discord.gg/YqEUBGr">
- <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
- </a>
- </footer>
- </body>
-</html>
diff --git a/pokeworld/mstile-150x150.png b/pokeworld/mstile-150x150.png
deleted file mode 100644
index 5041799..0000000
--- a/pokeworld/mstile-150x150.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/pokebot/commands/index.html b/pokeworld/pokebot/commands/index.html
deleted file mode 100644
index 786fb18..0000000
--- a/pokeworld/pokebot/commands/index.html
+++ /dev/null
@@ -1,116 +0,0 @@
-<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>PokeWorld | Pokebot</title>
- <link rel="stylesheet" href="../css/style.css">
- <link rel="apple-touch-icon" sizes="180x180" href="../../apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="../../favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="../../favicon-16x16.png">
- <link rel="manifest" href="../../site.webmanifest">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
- <meta property="og:image:width" content="279">
- <meta property="og:image:height" content="279">
- <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
- <meta property="og:title" content="Universe">
- <meta property="og:url" content="http://universedevgroup.net/">
- <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1>PokeWorld</h1>
- </div>
- <nav>
- <ul>
- <li><a href="../../">Home</a></li>
- <li class="current"><a href="#">Pokebot</a></li>
- <li><a href="../../about">About</a></li>
- <li><a href="../../rules">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>PokeBot Commands and Help Contents</h1>
- <h2>This is the right place to get more information on the bot.</h2>
- <h3>Thanks for using PokeBot! If you find any bugs or errors, please report an issue on our GitHub!</h3>
- <p>Now that PokeBot is a public bot, we are making this page so that you can see extra details on bot commands, and what they do.</p>
- <h2>Command List and Description [Prefix: p:]</h2>
- <h3>Fun</h3>
- <ul>
- <li>8ball [...question] - Randomly picks an answer to your question</li>
- <li>balance - Show your balance</li>
- <li>cureboredom - Lists ways to cure your boredom.</li>
- <li>findmyphone - List cities where your phone may be located.</li>
- <li>getcredits - Add credits to your account.</li>
- <li>og151 - Randomly picks one of the original 151 Pokemon, and gives you it's name.</li>
- <li>ship - Ships you with another person in the guild.</li>
- <li>slots - Gain money by playing Slots!</li>
- <li>story - Tells you a story, and includes community members in them!</li>
- </ul>
- <h3>Getting Started</h3>
- <ul>
- <li>contibute - Links you to the Git so you can contribute to the bot.</li>
- <li>help - Shows the command contents in Discord.</li>
- <li>ping - Tells the client pingtime of the bot, and shows if it is responding.</li>
- <li>(PokeWorld) start - Shows getting started information for PokeWorld.</li>
- </ul>
- <h3>Moderation</h3>
- <ul>
- <li>ban [@user, reason] - Bans a user for the specified reason.</li>
- <li>(PokeWorld) interrogate [@user] - Place a suspicious user in interrogation.</li>
- <li>(PokeWorld) jail [@user] - Place a user in jail for being bad.</li>
- <li>kick [@user, reason] - Kicks a user for the specified reason.</li>
- <li>lswarns - List the warns that have been placed on you.</li>
- <li>purge [number] - Remove a specified amount of messages from the guild.</li>
- <li>setLogs [channel id] - Sets the preferred channel to send log messages in.</li>
- <li>setSuggestions [channel id] - Set's the Suggestions Channel.</li>
- <li>softban [@user, reason] - Kicks the user for the specified reason, then deletes the messages they sent.</li>
- <li>(PokeWorld) timeout [@user] - Mutes the user.</li>
- <li>warn [@user, reason] - Warns a user for the specified reason. This gets recorded in the database.</li>
- </ul>
- <h3>Music</h3>
- <ul>
- <li>play [song name] - Plays the song in the voice channel you are currently present in.</li>
- <li>skip - Skips the current song being played in the queue.</li>
- </ul>
- <h3>Owners Only</h3>
- <ul>
- <li>eval [code] - Evaluates JavaScript code.</li>
- <li>poweroff - Restarts the bot.</li>
- <li>say [message] - Makes the bot say something.</li>
- </ul>
- <h3>Pokemon (All Commands PokeWorld exclusive.)</h3>
- <ul>
- <li>claim - Claims the current gym if empty, or queues the battle.</li>
- <li>drop - Drops your current gym.</li>
- <li>forcedrop - Forces the person to drop their gyms. (mod only)</li>
- <li>join [team name] - Joins a Pokemon team!</li>
- <li>leave - Leaves your current Pokemon team.</li>
- <li>lsitem [pokemon]|[credits]|[other] - List an item to the marketplace.</li>
- <li>tradegym [@user] - Gives your gym to the mentioned user.</li>
- </ul>
- <h3>Utility</h3>
- <ul>
- <li>character [...text] - Gets the decimal and hexadecimal of (a) character(s)</li>
- <li>git - Gives the user a link to the git.</li>
- <li>invite - Gives the user a link to invite the bot.</li>
- <li>nick [nickname] - Changes your nickname to the args specified.</li>
- <li>suggest [suggestion] - Suggest something to the community moderators for the server. They can accept it or decline it, and community members can vote.</li>
- <li>uptime - View how long the bot has been online.</li>
- <li>userinfo [Optional: @user] - View your user information, or that of another user.</li>
- </ul>
- </div>
- <footer>
- <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
- <a href = "https://discord.gg/YqEUBGr">
- <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
- </a>
- </footer>
- </body>
-</html>
diff --git a/pokeworld/pokebot/css/style.css b/pokeworld/pokebot/css/style.css
deleted file mode 100644
index 6b24190..0000000
--- a/pokeworld/pokebot/css/style.css
+++ /dev/null
@@ -1,68 +0,0 @@
-body {
- font-family: Segoe UI, Helvetica, Arial;
- padding:0;
- margin:0;
- background-color:#3e443e;
- color:white;
-}
-
-.container {
- width:80%;
- margin:auto;
- overflow:hidden;
-}
-
-header {
- background-color:#262627;
- color:white;
- padding-top:30px;
- min-height:70px;
- border-bottom:#0a4db1 3px solid;
-}
-
-header a {
- color:white;
- text-decoration:none;
- font-size:16px;
-}
-
-header ul {
- margin:0;
- padding:0;
-}
-
-header li {
- display:inline;
- padding: 0 20px 0 20px;
-}
-
-header #branding {
- float:left;
-}
-
-header #branding h1 {
- margin:0;
-}
-
-header nav {
- float:right;
- margin-top:10px;
-}
-
-header .current a {
- color:#0a4db1;
- font-weight:bold;
-}
-
-header a:hover {
- color:#302f77;
- font-weight:Bold;
-}
-
-footer {
- padding:20px;
- margin-top:20px;
- color:white;
- background-color: #0a4db1;
- text-align: center;
-} \ No newline at end of file
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html
deleted file mode 100644
index 3609f89..0000000
--- a/pokeworld/pokebot/index.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>PokeWorld | Pokebot</title>
- <link rel="stylesheet" href="../css/style.css">
- <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
- <link rel="manifest" href="../site.webmanifest">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
- <meta property="og:image:width" content="279">
- <meta property="og:image:height" content="279">
- <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
- <meta property="og:title" content="Universe">
- <meta property="og:url" content="http://universedevgroup.net/">
- <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1>PokeWorld</h1>
- </div>
- <nav>
- <ul>
- <li><a href="../">Home</a></li>
- <li class="current"><a href="#">Pokebot</a></li>
- <li><a href="../about">About</a></li>
- <li><a href="../rules">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>PokeBot</h1>
- <h2>The bot that powers our entire server.</h2>
- <p>PokeBot is the bot that powers our server. You can see the list of commands <a href="../pokebot/commands">here.</a> It adds on to PokeCord's commands by allowing for team and gym support for the PokeWorld server. It is best used with Pokecord as it was built as an addon for Pokecord</p>
- <h2>Download</h2>
- <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/UniverseDevGroup/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/UniverseDevGroup/PokeBot/releases">release</a> which are proven to be a lot more stable then the random things we put on the main branch.</p>
- <p></p>
- <h2>Changelog</h2>
- <ul>
- <li>v1.2 - More major crashing fixes.</li>
- <li>v1.2.5 - More major crashing fixes and listing items.</li>
- <li>v1.1 - Major Fixes.</li>
- <li>v1.0.1 - Fixes and cleanup.</li>
- <li>v1.0 - Economy!</li>
- <li>v0.3.5 - A bunch of BugFixes and forcedrop command.</li>
- <li>v0.3 - Fun Commands!</li>
- <li>v0.2.5 - Trading Gyms!</li>
- <li>v0.2 - New, easier command system.</li>
- <li>v0.1.1 - Lots of bugfixes.</li>
- <li>v0.1 - First release!</li>
- </ul>
- </div>
- <footer>
- <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
- <a href = "https://discord.gg/YqEUBGr">
- <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
- </a>
- </footer>
- </body>
-</html>
diff --git a/pokeworld/pokebot/pokebotbannerlogo.png b/pokeworld/pokebot/pokebotbannerlogo.png
deleted file mode 100644
index 25eee69..0000000
--- a/pokeworld/pokebot/pokebotbannerlogo.png
+++ /dev/null
Binary files differ
diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html
deleted file mode 100644
index 38abb1c..0000000
--- a/pokeworld/rules/index.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML>
-<!-- The style is based from the ACN website !-->
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>PokeWorld | Rules</title>
- <link rel="stylesheet" href="../css/style.css">
- <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
- <link rel="manifest" href="../site.webmanifest">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
- <meta property="og:image:width" content="279">
- <meta property="og:image:height" content="279">
- <meta property="og:description" content="A group that develops all sorts of applications such as games or productivity applications to help you with tasks that you already do. ">
- <meta property="og:title" content="Universe">
- <meta property="og:url" content="http://universedevgroup.net/">
- <meta property="og:image" content="http://universedevgroup.net/og-image.jpg">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1>PokeWorld</h1>
- </div>
- <nav>
- <ul>
- <li><a href="../">Home</a></li>
- <li><a href="../pokebot">Pokebot</a></li>
- <li><a href="../about">About</a></li>
- <li class="current"><a href="#">Rules</a></li>
- </ul>
- </nav>
- </div>
- </header>
- <div class="container">
- <h1>Discord Rules</h1>
- <h2>Extended rules for the PokeWorld discord.</h2>
- <h3>Tier 1 offenses.</h3>
- <h4>If these are broken, then a warning will occur. If you do this again, you may be kicked, or get another warning. This depends on the severity.</h4>
- <p>No spamming<br>Do not abuse bugs in the bots.<br>Respect others</p>
- <h3>Tier 2 offenses</h3>
- <h4>These can result in a warning, or kick. This depends on severity.</h4>
- <p>No racial slurs<br>No excessive swearing, even in #train<br>Respect the community moderators and administrators</p>
- <h3>Tier 3 offenses</h3>
- <h4>These will result on a kick or ban, depending on the severity</h4>
- <p>No NSFW content.<br>No excessive spam in #general or #bot<br>Raids are prohibited.</p>
- <h1>Staff of PokeWorld</h1>
- <h2>Administrators</h2>
- <p>jtsshieh<br>TheEdge<br>Chara</p>
- <h2>Moderators</h2>
- <p>Alee<br>Sylveon<br>usChara</p>
-
- <h4>Thanks for reading the rules! We hope you have a fun time in PokeWorld!</h4>
- </div>
- <footer>
- <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
- <a href = "https://discord.gg/YqEUBGr">
- <img src="https://img.shields.io/discord/417088992329334792.svg?colorB=7289DA&label=discord&style=flat-square">
- </a>
- </footer>
- </body>
-</html>
diff --git a/pokeworld/site.webmanifest b/pokeworld/site.webmanifest
deleted file mode 100644
index a9e5059..0000000
--- a/pokeworld/site.webmanifest
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "",
- "short_name": "",
- "icons": [
- {
- "src": "./android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "./android-chrome-384x384.png",
- "sizes": "384x384",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
-}