Skip to content

Commit

Permalink
Update to version 1.3.1 (#129)
Browse files Browse the repository at this point in the history
Increased version number
Updated README.md
  • Loading branch information
jhonatasrm authored Dec 12, 2019
1 parent 0422a66 commit b7ad139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[<img align="right" src="https://img.shields.io/github/stars/mozillabrasil/sumo_live_helper.svg">](https://github.com/mozillabrasil/sumo_live_helper/stargazers)
[<img align="right" src="https://img.shields.io/github/release/mozillabrasil/sumo_live_helper.svg">](https://github.com/mozillabrasil/sumo_live_helper/releases)

![SUMO Live Helper](/src/res/logo/sumo64.png)
# SUMO Live Helper [<img align="right" src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_2.png">](https://addons.mozilla.org/en-US/firefox/addon/sumo-live-helper-/)
The goal of this Add-on is give to all volunteers of SUMO (Support Mozilla) a tool to see when there are new support questions in the forums that have not yet been answered. This will help to improve the Mozilla products user experience by getting answers to their problems more quickly.

Expand All @@ -29,6 +30,7 @@ There are additional settings that can be accessed through the wrench in the pop
- Time in minutes to query the API: set how often the extension should check for new questions posted to the forum
- Show browser notifications: receive a browser notification when a new question is opened
- Sidebar you can open the questions in a sidebar
- Choose one theme to use "Dark" or "Light"
- Choose one or more products to search for opened questions, the following products are supported:
- Firefox for Desktop
- Firefox for Enterprise
Expand All @@ -39,6 +41,8 @@ There are additional settings that can be accessed through the wrench in the pop
- Čeština
- Español
- English
- French
- Magyar
- Português (do Brasil)

If you have any suggestions, would like to see your locale added, or want to see the Add-on localized in your language, feel free to open a PR or an issue.
Expand Down Expand Up @@ -68,4 +72,4 @@ To learn more about webextensions development, see this [Mozilla developer Netwo
This repository is available under the [Mozilla Public License 2.0](https://github.com/mozillabrasil/sumo_live_helper/blob/master/LICENSE).

### Credits
Thank you [philipp-sumo](https://github.com/philipp-sumo/) for your helpfull tips and time to revive this project.
Thank you [philipp-sumo](https://github.com/philipp-sumo/) for your helpfull tips and time to revive this project.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.0",
"version": "1.3.1",
"homepage_url": "https://github.com/mozillabrasil/sumo_live_helper",
"default_locale": "en",
"author": "Mozilla Brasil, Jhonatas Rodrigues, Wesley Branton, Danny Colin",
Expand Down

0 comments on commit b7ad139

Please sign in to comment.