From 392ca5d375977996aed68ee5be8440c0541db680 Mon Sep 17 00:00:00 2001 From: museblossom <107094691+museblossom@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:06:38 +0900 Subject: [PATCH] Add Contents Defence image watermark (com.museblossom.contentsdefence.1) --- softbinding-algorithm-list.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 207fe74..99f5a0a 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -771,4 +771,17 @@ "https://api.joinmonolith.com/api/c2pa" ] } +, + { + "identifier": 49, + "alg": "com.museblossom.contentsdefence.1", + "type": "watermark", + "decodedMediaTypes": ["image"], + "entryMetadata": { + "description": "Contents Defence invisible image watermark, used to recover the associated C2PA manifest when embedded metadata is absent.", + "dateEntered": "2026-08-10T00:00:00.000Z", + "contact": "contact@museblossom.com", + "informationalUrl": "https://museblossom.com/about" + } + } ]