From 9b7cd4ff6771f2ec672bf4e3596e69924609bb11 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 28 Nov 2014 08:45:34 +0000 Subject: [PATCH] Add logo and keywords --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app.json b/app.json index 75b19657..96f6228d 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,14 @@ { "name": "Cachet", "description": "Single-site Status Page with Laravel", + "keywords": [ + "status", + "tools", + "php", + "laravel" + ], "website": "http://james-brooks.uk/cachet", + "logo": "https://raw.githubusercontent.com/cachethq/assets/f7a350ccd2e7dbdb63f4a2e91bc48f02e03f97e4/images/logo/logo-final.png", "success_url": "/setup", "repository": "https://github.com/jbrooksuk/Cachet", "keywords": ["cachet", "laravel", "status", "page"],