From 5f8dc128d0b443779835b71601b5563b8058d908 Mon Sep 17 00:00:00 2001 From: Emile Fugulin Date: Sun, 14 Dec 2025 18:12:19 -0500 Subject: [PATCH] Add screenshot mode --- plugin_packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugin_packages.json b/plugin_packages.json index 3ed04f6..429be0b 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -531,5 +531,18 @@ }, "public_key": "MCowBQYDK2VwAyEAf7r0UnPhfkNC7yZGeD9Ql727GltOH5ArJQ1gPKnzFnk=", "repository": "bensh/caido-retirejs" + }, + { + "id": "screenshot-mode", + "name": "Screenshot Mode", + "license": "MIT", + "description": "Make pretty screenshots of your requests", + "author": { + "name": "Caido Labs Inc.", + "email": "dev@caido.io", + "url": "https://caido.io" + }, + "public_key": "MCowBQYDK2VwAyEAq9vgqLVUtcQ3+m8R7v+Q7i+DmPy3YOW0UKun/tDrqCE=", + "repository": "caido-community/screenshot-mode" } ]