Pandora User
+ +Select a contact to view the conversation or start a new chat.
+diff --git a/.gitignore b/.gitignore
index 97aca2e..819f592 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,29 @@
-.env
-node_modules
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+.DS_Store
+
+# Generated by package manager
+node_modules/
+
+# Generated by Cordova
+/plugins/
+/platforms/
+
+pandora.apks
+/android/app/build/
+test-upload-key.jks
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f310aab
--- /dev/null
+++ b/README.md
@@ -0,0 +1,48 @@
+
+
+Pandora is an open-source web client for the WAHA API.
+
+## Features
+- [x] Contact list1
+- [x] Chat screen2
+- [x] Sending messages
+- [ ] Sending polls
+- [X] Receiving messages (WebSocket)3
+- [ ] Receiving polls
+- [ ] Answering polls
+- [ ] Sending audio messages
+- [x] Sending attachments (sends image/video as such)4
+- [x] Notification sound5
+- [ ] Browser notification
+- [x] Download attachments
+- [x] Automatically download images6
+- [X] Local message storing
+- [ ] Message encryption
+- [ ] Light theme
+- [X] Custom wallpaper
+
+1. Does not show contact name in any engine other than WEBJS
+2. Loads the last 40 messages
+3. Will not contain contact name in groups if you're in any engine other than WEBJS
+4. You will receive a duplicate of your attachment in any engine other than WEBJS
+5. Allow autoplay to avoid blocking
+6. Only on WEBJS engine
+
+## Setup
+1. Check [WAHA Docs](https://waha.devlike.pro/docs/) to setup WAHA
+2. Serve Pandora in any HTTP server. The GitHub Pages for this repository will only work for WAHA servers over HTTPS (due to mixed content)
+3. It works better with WEBJS engine.
+4. Access Pandora and change the server address, session and API key to match your server
+5. You should probably be good to go
+
+## Frequently Asked Questions
+
+### Why?
+Because WhatsApp won't run on my LineageOS. Seems like the APK from WhatsApp's own website doesn't count official.
+Sadly there are places in the world where you need this bullshit application to be a functional human being.
+
+### Will this get me banned?
+It's against WhatsApp TOS, though it mocks message typing and should not be able to be identified so easily. I haven't got myself nor heard anyone getting in trouble for using WAHA correctly.
+
+### How it works
+Pure magic. (Mocks a WhatsApp Web session)
diff --git a/fonts/selawk.ttf b/fonts/selawk.ttf
new file mode 100644
index 0000000..736bac3
Binary files /dev/null and b/fonts/selawk.ttf differ
diff --git a/fonts/selawkb.ttf b/fonts/selawkb.ttf
new file mode 100644
index 0000000..2134a76
Binary files /dev/null and b/fonts/selawkb.ttf differ
diff --git a/fonts/selawkl.ttf b/fonts/selawkl.ttf
new file mode 100644
index 0000000..cbfaaf9
Binary files /dev/null and b/fonts/selawkl.ttf differ
diff --git a/fonts/selawksb.ttf b/fonts/selawksb.ttf
new file mode 100644
index 0000000..5ec501d
Binary files /dev/null and b/fonts/selawksb.ttf differ
diff --git a/fonts/selawksl.ttf b/fonts/selawksl.ttf
new file mode 100644
index 0000000..bc3fa08
Binary files /dev/null and b/fonts/selawksl.ttf differ
diff --git a/icon-192.png b/icon-192.png
new file mode 100644
index 0000000..1aa462a
Binary files /dev/null and b/icon-192.png differ
diff --git a/icon-512.png b/icon-512.png
new file mode 100644
index 0000000..06df20e
Binary files /dev/null and b/icon-512.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..1f455f7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,173 @@
+
+
+
Select a contact to view the conversation or start a new chat.
+Pandora User
+ +Connection to WAHA failed.
++ Ensure WAHA server is running and CORS is enabled, or click Settings to configure. +
+${error.message}
+Connection to WAHA failed.
-- Ensure WAHA server is running and CORS is enabled, or click Settings to configure. -
-Select a contact from the sidebar to view the conversation or start a new chat. Your chats are synced directly with the WAHA API backend.
-