From 95ec5fc59dbc1e73002c45ab47634a8be133ef0c Mon Sep 17 00:00:00 2001 From: Arlind Date: Thu, 4 Nov 2021 16:24:23 +0100 Subject: [PATCH] chore: add manifest.json file --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..fed72c9 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "_schema": "soundcloud/applicationmanifest/v1", + "name": "libogzz", + "description": "liboggz is a C library for reading and writing Ogg files and streams.", + "owner": "android-collective", + "status": "production", + "type": "tool", + "links": [ + { + "url": "mailto:android-collective@soundcloud.com", + "title": "Contact Email", + "icon": "help" + } + ], + "annotations": { + "soundcloud.com/contact-channel": "android", + "github.com/project-slug": "soundcloud/libogzz" + }, + "dependencies": [] +} \ No newline at end of file