From d0613254f73a5433cb3dfeae880efd575d89b3c8 Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Wed, 6 Apr 2022 13:12:45 +0200 Subject: [PATCH] Added app.json for Heroku deployment --- app.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..65254b5 --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "MaterialTube", + "description": "MaterialTube is a beautiful and elegant web client for Invidious servers, built using Next.js and MUI.", + "repository": "https://github.com/Guusvanmeerveld/MaterialTube", + "keywords": ["react", "youtube", "nextjs", "mui", "invidious"] +}