diff --git a/signature-extension/changelog.html b/signature-extension/changelog.html
index e0903a3..be42f2d 100644
--- a/signature-extension/changelog.html
+++ b/signature-extension/changelog.html
@@ -12,7 +12,7 @@
Welcome in the new version of Signature sync for Gmail!
This version contains a few significant changes. See the changelog below.
- Version 2.0.0 beta
+ Version 2.0.0
-
Breaking change! Use "desktop app" oauth client type. Your OAuth credentials requires
diff --git a/signature-extension/manifest.json b/signature-extension/manifest.json
index 3e0d1e5..df8850b 100644
--- a/signature-extension/manifest.json
+++ b/signature-extension/manifest.json
@@ -1,10 +1,10 @@
{
"manifest_version": 2,
"name": "Signature sync for Gmail",
- "version": "2.0.0beta",
+ "version": "2.0.0",
"author": "Kamil MaĆkowski",
"description": "Sync your signatures with Gmail accounts",
- "homepage_url": "https://github.com/kam193/thbrd-signature",
+ "homepage_url": "https://thbrd-signature.kam193.eu/",
"icons": {
"64": "_img/icons8-signature-64.png"
},
@@ -17,7 +17,13 @@
"background": {
"page": "background.html"
},
- "permissions": ["accountsRead", "identity", "storage", "*://www.googleapis.com/*", "*://oauth2.googleapis.com/*"],
+ "permissions": [
+ "accountsRead",
+ "identity",
+ "storage",
+ "*://www.googleapis.com/*",
+ "*://oauth2.googleapis.com/*"
+ ],
"options_ui": {
"page": "options.html",
"open_in_tab": false,