diff --git a/README.md b/README.md index e932005..b530a0e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # firefox-github-notifier -A WebExtension to get notifications from GitHub on Firefox +> A WebExtension to get the number of notifications from GitHub on your Firefox. -## Install - -On Firefox install from +Install on Firefox from https://addons.mozilla.org/firefox/addon/firefox-github-notifier/ + +This plugin requires permissions for: +- Access your data for api.github.com +- Display notifications to you +- Access browser tabs \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6f4c388..f7d98e2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,10 @@ "manifest_version": 2, "name": "GitHub Notifier", "description": "Get your notifications from GitHub", - "version": "1.3.2", + "version": "1.3.3", "developer": { "name": "Angel Fernando Quiroz Campos", - "url": "http://angelfqc.website" + "url": "https://angelfqc.online" }, "icons": { "48": "icons/github.svg"