From 10714519aa40bc30b870284514543e4f418f559f Mon Sep 17 00:00:00 2001 From: HerbCaudill Date: Thu, 17 Dec 2020 17:29:01 +0100 Subject: [PATCH] app.json: create --- 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..6fd24d8 --- /dev/null +++ b/app.json @@ -0,0 +1,5 @@ +{ + "name": "@localfirst/relay", + "repository": "https://github.com/local-first-web/relay-deployable", + "logo": "https://github.com/local-first-web/branding/raw/main/png/relay-v.png" +}