commit c66400c980cece3adcd85d9e4eb035122ffe9870 Author: OniriCorpe Date: Wed Aug 19 22:27:49 2020 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8d648e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Emojis by [@AuroreAcelya@pipou.academy](https://pipou.academy/@AuroreAcelya) + +Licence : [CC0](https://creativecommons.org/publicdomain/zero/1.0/) \ No newline at end of file diff --git a/blobrat.png b/blobrat.png new file mode 100644 index 0000000..82eddd2 Binary files /dev/null and b/blobrat.png differ diff --git a/blobrat_aww.png b/blobrat_aww.png new file mode 100644 index 0000000..6e508ad Binary files /dev/null and b/blobrat_aww.png differ diff --git a/blobrat_heart.png b/blobrat_heart.png new file mode 100644 index 0000000..adec0b9 Binary files /dev/null and b/blobrat_heart.png differ diff --git a/blobrat_pat.png b/blobrat_pat.png new file mode 100644 index 0000000..88409a6 Binary files /dev/null and b/blobrat_pat.png differ diff --git a/blobrat_peek.png b/blobrat_peek.png new file mode 100644 index 0000000..0dec155 Binary files /dev/null and b/blobrat_peek.png differ diff --git a/blobrat_snugglecat.png b/blobrat_snugglecat.png new file mode 100644 index 0000000..6c2d2af Binary files /dev/null and b/blobrat_snugglecat.png differ diff --git a/blobrat_snugglefox.png b/blobrat_snugglefox.png new file mode 100644 index 0000000..39b6e8f Binary files /dev/null and b/blobrat_snugglefox.png differ diff --git a/blobrat_tongue.png b/blobrat_tongue.png new file mode 100644 index 0000000..ab6d03d Binary files /dev/null and b/blobrat_tongue.png differ diff --git a/blobrats.zip b/blobrats.zip new file mode 100644 index 0000000..2c226ba Binary files /dev/null and b/blobrats.zip differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dee9313 --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "blobrat": { + "description": "Like Blobcat, but with rats", + "files": "pack.json", + "homepage": "https://labo.emelyne.eu/oniricorpe/blobrats/", + "license": "CC0", + "src": "https://labo.emelyne.eu/oniricorpe/blobrats/blobrats.zip", + "src_sha256": "A768E42445B185065BADB509A9E33982F4BAACC7AF3B50606EF986ACB7D4CD21" + } +} diff --git a/pack.json b/pack.json new file mode 100644 index 0000000..9150352 --- /dev/null +++ b/pack.json @@ -0,0 +1,20 @@ +{ + "files": { + "blobrat": "blobrat.png", + "blobrat_aww": "blobrat_aww.png", + "blobrat_heart": "blobrat_heart.png", + "blobrat_pat": "blobrat_pat.png", + "blobrat_peek": "blobrat_peek.png", + "blobrat_snugglecat": "blobrat_snugglecat.png", + "blobrat_snugglefox": "blobrat_snugglefox.png", + "blobrat_tongue": "blobrat_tongue.png" + }, + "pack": { + "description": "Like Blobcat, but with rats", + "fallback-src": "https://labo.emelyne.eu/oniricorpe/blobrats/blobrats.zip", + "fallback-src-sha256": "A768E42445B185065BADB509A9E33982F4BAACC7AF3B50606EF986ACB7D4CD21", + "homepage": "https://labo.emelyne.eu/oniricorpe/blobrats/", + "license": "CC0", + "share-files": true + } +} \ No newline at end of file