From 1aef205cff9d67ba3707e16af048ac8e4842790c Mon Sep 17 00:00:00 2001 From: Parveen Bhadoo <35890959+ParveenBhadooOfficial@users.noreply.github.com> Date: Wed, 19 Sep 2018 18:38:49 +0530 Subject: [PATCH] Create app.json --- app.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..99756ad --- /dev/null +++ b/app.json @@ -0,0 +1,5 @@ +{ + "name": "disposable-mailbox", + "description": "self-hosted disposable email service (php) using catch-all and imap", + "repository": "https://github.com/synox/disposable-mailbox", +}