From b1c709d351b327d249fe778ca72a00c495d4b0ee Mon Sep 17 00:00:00 2001 From: Artemis <105909412+DuckOfDisorder@users.noreply.github.com> Date: Mon, 10 Apr 2023 03:51:09 +0530 Subject: [PATCH] Create manifest.json --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3c909c8 --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "blobcats": { + "description": "A rich repositery of BlobCat emojis, derived from Google's blob emojis", + "files": "BlobCats.json", + "homepage": "https://github.com/DuckOfDisorder/BlobCats/", + "src": "https://github.com/DuckOfDisorder/BlobCats/raw/main/PNGs/PNGs.zip", + "src_sha256": "9c205e069219fc8888c2b05432a210e73b58341dab05ea551e3b44e2f425ab83", + "license": "Apache 2.0" + }, + "blobfox_flipped": { + "description": "A rich repositery of Flipped BlobCat emojis, derived from Google's blob emojis", + "files": "BlobCats.json", + "homepage": "https://github.com/DuckOfDisorder/BlobCats/", + "src": "https://github.com/DuckOfDisorder/BlobCats/raw/main/PNGsFlipped/PNGsFilpped.zip", + "src_sha256": "9c205e069219fc8888c2b05432a210e73b58341dab05ea551e3b44e2f425ab83", + "license": "Apache 2.0" + } +}