diff options
author | nea <romangraef@gmail.com> | 2021-08-16 23:01:35 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2021-08-16 23:01:35 +0200 |
commit | 73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2 (patch) | |
tree | f440e76faf1ec2aa98244775be2a679723a434de /manifest.json | |
download | powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.gz powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.bz2 powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.zip |
Initial commit
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c74a6a7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "Timezone Powercord", + "version": "1.0.0", + "description": "Translate timestamps to different timezones", + "author": "nea89", + "license": "LGPL 3" +} |