Shutterfly Magnifying Glass

Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shutterfly Magnifying Glass",
  "description": "This extension magnifies thumbnails on Shutterfly share sites.",
  "version": "1.0.2",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.shutterfly.com/*"
      ],
      "css": [],
      "js": [
        "jquery.js",
        "shutterflyExt.js"
      ]
    }
  ]
}