Pinterest Love: Pinterest Screenshot Saver++

Pinterest Love: Pinterest Screenshot Saver++

Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pinterest Love: Pinterest Screenshot Saver++",
  "short_name": "Pinterest Love",
  "version": "1.29",
  "description": "Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.",
  "homepage_url": "https://twitter.com/vitaminiser",
  "author": "@vitaminiser",
  "permissions": [
    "*://*/*",
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "cookies",
    "*://*.pinterest.com/",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16x16.png",
      "24": "icons/icon24x24.png"
    }
  },
  "icons": {
    "16": "icons/icon16x16.png",
    "24": "icons/icon24x24.png",
    "32": "icons/icon32x32.png",
    "48": "icons/icon48x48.png",
    "128": "icons/icon128x128.png"
  },
  "background": {
    "persistent": true,
    "page": "background/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "icons/*.png",
    "content/*/*.html",
    "content/screenshotTab/markerjs2.js",
    "content/api/pinmarklet.js",
    "help/update.html",
    "content/page/*.*"
  ],
  "manifest_version": 2
}