From f3e727af8aa907d84877fc7b61701153cf021968 Mon Sep 17 00:00:00 2001 From: Voxel Date: Sun, 24 Mar 2024 13:29:45 -0400 Subject: [PATCH] Create app.json Required for Heroku deployment --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..2dd1c3f --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "YinYang", + "description": "Games and utilities for school", + "repository": "https://github.com/voxel-im/YinYang", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Yin_and_Yang_symbol.svg/800px-Yin_and_Yang_symbol.svg.png", + "keywords": ["unblocker", "games", "proxy"] +}