diff options
author | Sowgro <69283684+Sowgro@users.noreply.github.com> | 2023-09-11 16:03:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 16:03:52 -0400 |
commit | a2cf4228528a08968f80188a2968307aa008902f (patch) | |
tree | 0bb240cf84e7622de863d5a245a97a6b5074581c /manifest.json | |
parent | 781a640245891e59276549d1864d156035b56d8e (diff) | |
download | betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.tar.gz betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.tar.bz2 betterLibrary-a2cf4228528a08968f80188a2968307aa008902f.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..98ab748 --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "betterLibrary", + "description": "Allows the library to be opened in the center pane, similar to how you could before the redesign", + "preview": "preview.png", + "readme": "README.md", + "branch": "main", + "authors": [ + { "name": "sowgro", "url": "https://sowgro.net/" } + ], + "tags": ["library"] +}
\ No newline at end of file |