pinterest_light

pinterest_light

Extremely lightweight unofficial addon for pinning things to Pinterest. It's not injecting any javascript to the pages you browse and activates only when you press extension button on the panel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "pinterest_light",
  "version": "0.4.3",
  "browser_action": {
    "default_title": "Pinterest Button Light",
    "default_icon": {
      "48": "icons/icon.png",
      "96": "icons/[email protected]"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "*://*.pinterest.com/pin-builder/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}