diff --git a/chrome/manifest.json b/chrome/manifest.json index f9f5f43..7d26b3a 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,9 +1,9 @@ { "name": "Twitch Companion", - "version": "2.0.0", + "version": "2.1.0", "default_locale": "en", "manifest_version": 2, - "description": "Gain time exploring Twitch through the power of this extension", + "description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.", "content_scripts": [ { "run_at": "document_start", diff --git a/firefox/manifest.json b/firefox/manifest.json index a7cfd84..4ef8f54 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,9 +1,9 @@ { "name": "Twitch Companion", - "version": "2.0.0", + "version": "2.1.0", "default_locale": "en", "manifest_version": 2, - "description": "Gain time exploring Twitch through the power of this extension", + "description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.", "content_scripts": [ { "run_at": "document_start", diff --git a/opera/manifest.json b/opera/manifest.json index 486fc62..281a538 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -1,9 +1,9 @@ { "name": "Twitch Companion", - "version": "2.0.0", + "version": "2.1.0", "default_locale": "en", "manifest_version": 2, - "description": "Gain time exploring Twitch through the power of this extension", + "description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.", "content_scripts": [ { "run_at": "document_start", diff --git a/package-lock.json b/package-lock.json index b8e9985..f630ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch-companion", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 27140d2..c8db570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-companion", - "version": "2.0.0", + "version": "2.1.0", "description": "A way to easily interact with Twitch platform !", "dependencies": { "semver": "^7.3.2", diff --git a/readme.md b/readme.md index 31150d2..c6a561b 100644 --- a/readme.md +++ b/readme.md @@ -4,10 +4,17 @@

-A way to easily interact with Twitch platform ! - [![CodeQL](https://github.com/LPauzies/twitch-companion/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/LPauzies/twitch-companion/actions/workflows/codeql.yml)   [![Tag automation](https://github.com/LPauzies/twitch-companion/actions/workflows/tags.yml/badge.svg?branch=master)](https://github.com/LPauzies/twitch-companion/actions/workflows/tags.yml) +## Description + +Twitch companion allows you to quickly access your favorite streamers. Search streamers by games and access it directly from the extension. Twitch companion allow you to get in touch of which one of your followed streamers is going live by using popup messages (can be disabled through parameters) + +The application is fully customizable through parameters tab. +The application supports multiple languages such ENG, FR, ES and more. + +Source code available here : https://github.com/LPauzies/twitch-companion + ## Requirements * [Node v16.14+](https://nodejs.org/en/)