Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Apr 28, 2021
1 parent 331cdb1 commit 4b7a291
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion signature-extension/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>Welcome in the new version of Signature sync for Gmail!</h1>
<p>This version contains a few significant changes. See the changelog below.</p>

<h2>Version 2.0.0 beta</h2>
<h2>Version 2.0.0</h2>
<ul>
<li>
<b>Breaking change!</b> Use "desktop app" oauth client type. Your OAuth credentials requires
Expand Down
12 changes: 9 additions & 3 deletions signature-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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,
Expand Down

0 comments on commit 4b7a291

Please sign in to comment.