Skip to content

Commit

Permalink
Merge branch 'mvgrimes-topic/gmail'
Browse files Browse the repository at this point in the history
* mvgrimes-topic/gmail:
  Adds support for gmail
  • Loading branch information
adrienjoly committed Aug 7, 2017
2 parents 718c9d0 + fcacba0 commit 147ef58
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "Permalinks for Google Inbox",
"description": "Provides direct URLs to your emails, from Google Inbox.",
"version": "0.1",
"version": "0.2",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https://inbox.google.com/*"
"https://inbox.google.com/*",
"https://mail.google.com/*"
],
"js": [
"inboxsdk.js",
Expand All @@ -20,7 +21,8 @@
"content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
"permissions": [
"identity",
"https://inbox.google.com/"
"https://inbox.google.com/",
"https://mail.google.com/"
],
"web_accessible_resources": [
"link.png"
Expand Down

0 comments on commit 147ef58

Please sign in to comment.