Shutterstock HQ Preview

Shutterstock HQ Preview

Open the watermarked high-quality preview of the currently opened shutterstock tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shutterstock HQ Preview",
  "description": "Open the watermarked high-quality preview of the currently opened shutterstock tab.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Open current image HQ preview.",
    "default_icon": {
      "48": "/images/icon_disabled_48.png"
    }
  },
  "permissions": [
    "tabs",
    "declarativeContent"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "/images/icon_enabled_48.png"
  }
}