From 48631ff3584e5e45dd3ece8f37c8596662149696 Mon Sep 17 00:00:00 2001 From: SidV Date: Sun, 10 Jan 2021 11:26:29 -0300 Subject: [PATCH] Create about.json --- about.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 about.json diff --git a/about.json b/about.json new file mode 100644 index 0000000..8324d2a --- /dev/null +++ b/about.json @@ -0,0 +1,17 @@ +{ + "name": "Google's Search", + "component": true, + "license_url": "https://github.com/SidVal/discourse-google-search", + "about_url": "https://github.com/SidVal/discourse-google-search/readme.md", + "authors": "SidV", + "theme_version": 0.1, + "minimum_discourse_version": null, + "maximum_discourse_version": null, + "assets": { + }, + "color_schemes": { + }, + "modifiers": { + }, + "learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966" +}