diff --git a/README.md b/README.md index 6621c70..1e8021d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@

# live-chat -[![Discord](https://img.shields.io/discord/238458588169895937?label=Discord&style=plastic)](https://discord.gg/pVNnTDA) [![BTC](https://img.shields.io/static/v1?label=BTC&style=plastic&message=3QkKHVyT1nZLEeH8f77bUhXorXKPQs5gzN&color=red)](/src/assets/img/btc.JPG) +[![Discord](https://img.shields.io/discord/238458588169895937?label=Discord&style=plastic)](https://discord.gg/pVNnTDA) [![BTC](https://img.shields.io/static/v1?label=BTC&style=plastic&message=3QkKHVyT1nZLEeH8f77bUhXorXKPQs5gzN&color=red)](https://cdn.jsdelivr.net/gh/wompmacho/womp/assets/img/btc.JPG) A Chrome Extension To Improve YouTube Livestream Chat diff --git a/cdn/assets/icons/3x.png b/cdn/assets/icons/3x.png deleted file mode 100644 index e906c9d..0000000 Binary files a/cdn/assets/icons/3x.png and /dev/null differ diff --git a/cdn/assets/icons/MonkaSSS.jpg b/cdn/assets/icons/MonkaSSS.jpg deleted file mode 100644 index a5e96e0..0000000 Binary files a/cdn/assets/icons/MonkaSSS.jpg and /dev/null differ diff --git a/cdn/assets/icons/blob.gif b/cdn/assets/icons/blob.gif deleted file mode 100644 index 150ec22..0000000 Binary files a/cdn/assets/icons/blob.gif and /dev/null differ diff --git a/cdn/assets/icons/omegalul.png b/cdn/assets/icons/omegalul.png deleted file mode 100644 index 6e565a3..0000000 Binary files a/cdn/assets/icons/omegalul.png and /dev/null differ diff --git a/cdn/assets/icons/pepepls.gif b/cdn/assets/icons/pepepls.gif deleted file mode 100644 index 303ea84..0000000 Binary files a/cdn/assets/icons/pepepls.gif and /dev/null differ diff --git a/src/assets/img/btc.JPG b/cdn/assets/img/btc.JPG similarity index 100% rename from src/assets/img/btc.JPG rename to cdn/assets/img/btc.JPG diff --git a/package-lock.json b/package-lock.json index 33acfe9..a01d0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "LiveChat", - "version": "1.0.2", + "name": "Womp", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5723b88..10b7cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "LiveChat", - "version": "1.0.2", + "name": "Womp", + "version": "1.0.3", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "scripts": { "start": "webpack --progress --watch", diff --git a/src/html/options.html b/src/html/options.html index 91e5475..310a18c 100644 --- a/src/html/options.html +++ b/src/html/options.html @@ -21,7 +21,7 @@ 🔴 -

Live Chat Options

+

Womp Options

diff --git a/src/html/welcome.html b/src/html/welcome.html index 7b16e7b..8bba520 100644 --- a/src/html/welcome.html +++ b/src/html/welcome.html @@ -18,20 +18,25 @@

Welcome to the Chat

-

This is still very beta

+

Were changing our name!

+

Aparently LIVE CHAT was a bad idea. Now We Are WOMP +


@@ -74,26 +79,26 @@

Don't forget to pin this extension for easy access.

- pinYourExtension.gif + pinYourExtension.gif

Youtube Live is slow to load its pages currently. Give the extension a moment while the page's iframes are loading. Once you see the Emote Panel Icon you can open the Emote Selection Panel.

- emotesMenu.gif + emotesMenu.gif

Enhanced Theater Mode Is Now Available. Just click the check in the option panel and refresh your page.

- theaterMode.gif + theaterMode.gif

Over around 500 Top and Trending Emotes are loaded from popular sites. You can Enable/Disable them in the Options Menu.

- optionsMenu.gif + optionsMenu.gif

Can Also Click on UserNames To Autofill an @ Notification

- clickUserNamesToAtThem.gif + clickUserNamesToAtThem.gif

Use At Your Own Risk

diff --git a/src/manifest.json b/src/manifest.json index 17fea27..54e65b5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, - "name": "🔴 LIVE CHAT", - "version": "1.0.2", + "name": "Womp", + "version": "1.0.3", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "icons": { "48": "assets/icons/icon48.png",