From 43eaaa73945886fd415ae5fb5df8078e611d0c40 Mon Sep 17 00:00:00 2001 From: eenpadvinder <47245286+eenpadvinder@users.noreply.github.com> Date: Wed, 19 Aug 2020 21:45:52 +0200 Subject: [PATCH] Update ext.json --- ext.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ext.json b/ext.json index 624735b..64a6cf3 100644 --- a/ext.json +++ b/ext.json @@ -2,23 +2,23 @@ metatype: json --- - { - "identifier": "io.github.christianhans.sn-gruvbox-dark-theme", - "name": "Gruvbox Dark Theme", - "content_type": "SN|Theme", - "area": "themes", - "description": "Gruvbox Dark Theme for Standard Notes", - "version": "v0.0.16", - "url": "https://cdn.jsdelivr.net/gh/christianhans/sn-gruvbox-dark-theme@master/dist/dist.css", - "download_url": "https://github.com/christianhans/sn-gruvbox-dark-theme/archive/0.0.16.zip", - "marketing_url": "https://github.com/christianhans/sn-gruvbox-dark-theme", - "latest_url": "https://listed.to/CkWVdPhzvs", - "thumbnail_url": "https://raw.githubusercontent.com/christianhans/sn-gruvbox-dark-theme/master/preview.png", - "dock_icon": { - "type": "circle", - "background_color": "#D79921", - "foreground_color": "#076678", - "border_color": "#D79921" - }, - "statusBar": "dark-content" - } \ No newline at end of file +{ + "identifier": "io.github.eenpadvinder.standardnotes-theme", + "name": "Theme", + "content_type": "SN|Theme", + "area": "themes", + "version": "v0.1", + "description": "Theme", + "url": "https://cdn.jsdelivr.net/gh/eenpadvinder/standardnotes-theme@master/dist/dist.css", + "download_url": "https://github.com/eenpadvinder/standardnotes-theme/archive/v0.1.zip", + "latest_url": "https://listed.to/p/VvOLflCGQW", + "marketing_url": "https://github.com/eenpadvinder/standardnotes-theme", + "thumbnail_url": "", + "dock_icon": { + "type": "circle", + "background_color": "#D79921", + "foreground_color": "#076678", + "border_color": "#D79921" + }, + "statusBar": "dark-content" +}