Skip to content

Commit

Permalink
Add support for new Pinterest tlds: .jp, .nz, .com.au
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Masset committed Nov 8, 2017
1 parent 6aa93ae commit 3a22575
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chrome/manifest.json
Expand Up @@ -139,7 +139,10 @@
"*://*.pinterest.dk/*",
"*://*.pinterest.at/*",
"*://*.pinterest.se/*",
"*://*.pinterest.ch/*"
"*://*.pinterest.ch/*",
"*://*.pinterest.jp/*",
"*://*.pinterest.nz/*",
"*://*.pinterest.com.au/*"
],
"js": [
"data/shared/embeds/buffer-pinterest.js"
Expand Down Expand Up @@ -171,4 +174,4 @@
"48": "logo_icon_large.png",
"128": "logo_icon_128.png"
}
}
}

0 comments on commit 3a22575

Please sign in to comment.