Skip to content

Commit

Permalink
Disable extension in classic GMail, closes #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Feb 22, 2018
1 parent a68c11b commit d35230b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Permalinks for Google Inbox",
"description": "Provides direct URLs to your emails, from Google Inbox.",
"version": "0.6",
"version": "0.7",
"icons": {
"128": "icon.png"
},
Expand All @@ -12,8 +12,7 @@
"content_scripts": [
{
"matches": [
"https://inbox.google.com/*",
"https://mail.google.com/*"
"https://inbox.google.com/*"
],
"js": [
"inboxsdk.js",
Expand Down

0 comments on commit d35230b

Please sign in to comment.