diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-12-11 16:15:42 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-12-11 16:15:42 -0500 |
commit | 924534ca33cea95cce3214c9896d04381e2acfa4 (patch) | |
tree | 17bdc4e4f3fe84b60c22b3de7b408a66cc13ce4b /manifest.json | |
download | legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.tar.gz legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.tar.bz2 legacyLibrary-924534ca33cea95cce3214c9896d04381e2acfa4.zip |
first commit
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..26fb393 --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "legacyLibrary", + "description": "Restores the old library", + "preview": "preview.png", + "readme": "README.md", + "branch": "main", + "authors": [ + { "name": "sowgro", "url": "https://sowgro.net/" } + ], + "tags": ["library"] +} |