From e3d44cf7852169407b9365a6ba08d27218cefd87 Mon Sep 17 00:00:00 2001 From: Carpenter Date: Sat, 13 Mar 2021 23:36:52 +0100 Subject: [PATCH] Add ext.json --- ext.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext.json diff --git a/ext.json b/ext.json new file mode 100644 index 0000000..24ca26e --- /dev/null +++ b/ext.json @@ -0,0 +1,19 @@ +{ + "identifier": "org.chairbuilders.nier", + "name": "Nier theme", + "content_type": "SN|Theme", + "area": "themes", + "version": "1.0.0", + "description": "Nier theme for Standard Notes", + "url": "https://git.chair.builders/public/sn-nier-theme/raw/branch/master/dist/dist.css", + "latest_url": "https://git.chair.builders/public/sn-nier-theme/raw/branch/master/dist/dist.css", + "download_url": "https://git.chair.builders/public/sn-nier-theme/archive/master.zip", + "marketing_url": "https://git.chair.builders/public/sn-nier-theme", + "dock_icon": { + "type": "circle", + "background_color": "#666666", + "foreground_color": "#666666", + "border_color": "#666666" + }, + "statusBar": "dark-content" +}