Skip to content

Commit

Permalink
Merge pull request #10 from LPauzies/upgrade/version.2.1.0
Browse files Browse the repository at this point in the history
Upgrade to v2.1.0
  • Loading branch information
LPauzies authored Mar 9, 2022
2 parents 6cfd779 + a8f94f5 commit b50818a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions opera/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
<img align="center" src="common/icons/64.png" />
</p>

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) &nbsp; [![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/)
Expand Down

0 comments on commit b50818a

Please sign in to comment.