diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..8ab3485 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,3 @@ +{ + "esversion": 6 +} \ No newline at end of file diff --git a/README.md b/README.md index b79cb1d..c3fcceb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- +

-# 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)](https://github.com/wompmacho/womp/blob/main/cdn/assets/img/btc.JPG) +# wompchat +[![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/wompchat/assets/img/btc.JPG) A Chrome Extension To Improve YouTube Livestream Chat diff --git a/cdn/assets/icons/full512.png b/cdn/assets/icons/full512.png new file mode 100644 index 0000000..212b54a Binary files /dev/null and b/cdn/assets/icons/full512.png differ diff --git a/package.json b/package.json index 649d355..7399c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WompChat", - "version": "1.0.3", + "version": "1.0.4", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "scripts": { "start": "webpack --progress --watch",