From 0c31ccf1ab85b416916f352f26898441ede9bda6 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Sun, 9 Feb 2020 13:35:02 -0500 Subject: [PATCH] Bumb to 1.3.3 version --- README.md | 11 +++++++---- manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) 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"