Skip to content

Commit 20a075f

Browse files
Joseph-WorthingtonJoe Worthington
andauthored
Add banner and icons to the update.json (#35)
Co-authored-by: Joe Worthington <joe@pie.co.de>
1 parent c0bdb4d commit 20a075f

File tree

7 files changed

+18
-0
lines changed

7 files changed

+18
-0
lines changed

assets/banners/banner-1544x500.png

37.1 KB
Loading

assets/banners/banner-772x250.png

15.6 KB
Loading

assets/icons/icon-128x128.png

6.02 KB
Loading

assets/icons/icon-256x256.png

14.1 KB
Loading

assets/icons/icon.png

190 KB
Loading

assets/icons/icon.svg

Lines changed: 9 additions & 0 deletions
Loading

update.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "Pie Custom Functions",
33
"version": "1.1.0",
44
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.1.0/pie-custom-functions.zip",
5+
"banners": {
6+
"low" : "./assets/banners/banner-772x225.png",
7+
"high" : "./assets/banners/banner-1544x500.png"
8+
},
9+
"icons": {
10+
"1x" : "./assets/icons/icon-128x128.png",
11+
"2x" : "./assets/icons/icon-256x256.png",
12+
"svg" : "./assets/icons/icon.svg"
13+
},
514
"sections": {
615
"description" : "Custom functions for Pie Hosting"
716
}

0 commit comments

Comments
 (0)