PinCollages

PinCollages

Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PinCollages",
  "description": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!",
  "manifest_version": 2,
  "minimum_chrome_version": "32",
  "version": "5.5",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "pp16.png",
    "128": "pp128.png"
  },
  "permissions": [
    "background",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_title": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!",
    "default_icon": "pp128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/vars.js",
        "js/img_srcs.js",
        "js/utils.js"
      ]
    },
    {
      "matches": [
        "https://www.PinCollages.com/*",
        "https://www.pincollages.com/*"
      ],
      "js": [
        "js/init.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}