Navigation Menu

Skip to content

Commit

Permalink
Stop requesting non-existent mailTabs permission; fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
darktrojan committed Jun 13, 2019
1 parent 923b176 commit 5552603
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apiList/manifest.json
Expand Up @@ -28,7 +28,6 @@
"geolocation",
"idle",
"management",
"mailTabs",
"messagesRead",
"nativeMessaging",
"notifications",
Expand Down
1 change: 0 additions & 1 deletion filter/manifest.json
Expand Up @@ -17,7 +17,6 @@
"default_title": "__MSG_extensionName__"
},
"permissions": [
"mailTabs",
"menus",
"messagesRead"
],
Expand Down
1 change: 0 additions & 1 deletion layout/manifest.json
Expand Up @@ -12,7 +12,6 @@
"default_title": "__MSG_extensionName__"
},
"permissions": [
"mailTabs"
],
"default_locale": "en",
"manifest_version": 2
Expand Down

0 comments on commit 5552603

Please sign in to comment.