diff --git a/icons/manifest.json b/icons/manifest.json
deleted file mode 100644
index 013d4a6..0000000
--- a/icons/manifest.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "App",
- "icons": [
- {
- "src": "\/android-icon-36x36.png",
- "sizes": "36x36",
- "type": "image\/png",
- "density": "0.75"
- },
- {
- "src": "\/android-icon-48x48.png",
- "sizes": "48x48",
- "type": "image\/png",
- "density": "1.0"
- },
- {
- "src": "\/android-icon-72x72.png",
- "sizes": "72x72",
- "type": "image\/png",
- "density": "1.5"
- },
- {
- "src": "\/android-icon-96x96.png",
- "sizes": "96x96",
- "type": "image\/png",
- "density": "2.0"
- },
- {
- "src": "\/android-icon-144x144.png",
- "sizes": "144x144",
- "type": "image\/png",
- "density": "3.0"
- },
- {
- "src": "\/android-icon-192x192.png",
- "sizes": "192x192",
- "type": "image\/png",
- "density": "4.0"
- }
- ]
-}
\ No newline at end of file
diff --git a/index.html b/index.html
index 9de4d2e..cb51007 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-
tether! | Swing Around a Ball of Destruction!
\ No newline at end of file
+tether! | Swing Around a Ball of Destruction!
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..c5c8b43
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,49 @@
+{
+ "name": "tether! | Swing Around a Ball of Destruction!",
+ "short_name": "tether!",
+ "lang": "en-US",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#fff",
+ "description": "A game about swinging a ball around and sheer destruction.",
+ "categories": ["game", "mobile", "fun"],
+ "icons":
+ [
+ {
+ "src": "/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image/png",
+ "density": "0.75"
+ },
+ {
+ "src": "/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image/png",
+ "density": "1.0"
+ },
+ {
+ "src": "/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image/png",
+ "density": "1.5"
+ },
+ {
+ "src": "/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image/png",
+ "density": "2.0"
+ },
+ {
+ "src": "/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image/png",
+ "density": "3.0"
+ },
+ {
+ "src": "/android-icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "density": "4.0"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/source.html b/source.html
new file mode 100644
index 0000000..ddcd859
--- /dev/null
+++ b/source.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+ tether! | Swing Around a Ball of Destruction!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/script.js b/source.js
similarity index 100%
rename from script.js
rename to source.js
diff --git a/splashscreens/ipad_splash.png b/splashscreens/ipad_splash.png
new file mode 100644
index 0000000..fca93f2
Binary files /dev/null and b/splashscreens/ipad_splash.png differ
diff --git a/splashscreens/ipadpro1_splash.png b/splashscreens/ipadpro1_splash.png
new file mode 100644
index 0000000..c5fb02c
Binary files /dev/null and b/splashscreens/ipadpro1_splash.png differ
diff --git a/splashscreens/ipadpro2_splash.png b/splashscreens/ipadpro2_splash.png
new file mode 100644
index 0000000..a1ea8c9
Binary files /dev/null and b/splashscreens/ipadpro2_splash.png differ
diff --git a/splashscreens/ipadpro3_splash.png b/splashscreens/ipadpro3_splash.png
new file mode 100644
index 0000000..94a2e3d
Binary files /dev/null and b/splashscreens/ipadpro3_splash.png differ
diff --git a/splashscreens/iphone5_splash.png b/splashscreens/iphone5_splash.png
new file mode 100644
index 0000000..0bacaab
Binary files /dev/null and b/splashscreens/iphone5_splash.png differ
diff --git a/splashscreens/iphone6_splash.png b/splashscreens/iphone6_splash.png
new file mode 100644
index 0000000..e257848
Binary files /dev/null and b/splashscreens/iphone6_splash.png differ
diff --git a/splashscreens/iphoneplus_splash.png b/splashscreens/iphoneplus_splash.png
new file mode 100644
index 0000000..0ed818a
Binary files /dev/null and b/splashscreens/iphoneplus_splash.png differ
diff --git a/splashscreens/iphonex_splash.png b/splashscreens/iphonex_splash.png
new file mode 100644
index 0000000..451666d
Binary files /dev/null and b/splashscreens/iphonex_splash.png differ
diff --git a/splashscreens/iphonexr_splash.png b/splashscreens/iphonexr_splash.png
new file mode 100644
index 0000000..c7db01f
Binary files /dev/null and b/splashscreens/iphonexr_splash.png differ
diff --git a/splashscreens/iphonexsmax_splash.png b/splashscreens/iphonexsmax_splash.png
new file mode 100644
index 0000000..b90bc74
Binary files /dev/null and b/splashscreens/iphonexsmax_splash.png differ