Shareaholic for Pinterest

Shareaholic for Pinterest

Send images from any website to your pinboards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Shareaholic for Pinterest",
  "version": "2.0.2",
  "description": "Send images from any website to your pinboards.",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/pinterest_16.png",
    "32": "images/pinterest_32.png",
    "64": "images/pinterest_64.png",
    "128": "images/pinterest_128.png"
  },
  "browser_action": {
    "default_title": "Shareaholic for Pinterest",
    "default_icon": "images/pinterest_32.png"
  }
}