From de9f0678cd6abbdd240ffbc9f0f2efc5d0485347 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Fri, 9 May 2025 15:14:44 +0530 Subject: [PATCH] Create diffuse.json --- data/diffuse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/diffuse.json diff --git a/data/diffuse.json b/data/diffuse.json new file mode 100644 index 0000000..3809b0d --- /dev/null +++ b/data/diffuse.json @@ -0,0 +1,11 @@ +{ + "name": "diffuse", + "description": "Diffuse is a tool for diffing APKs, AABs, AARs, and JARs in a way that aims to provide both a high-level view of what changes along with important detailed output.", + "link": "https://github.com/JakeWharton/diffuse", + "authorName": "Jake Wharton", + "authorLink": "https://github.com/JakeWharton", + "tags": [ + "command-line", + "apk-diff" + ] +}