Fix/sideload icon type (#1577)

* add content type to icon dataURL

* better handling of blob reading; remove verifying loader and reorganize html

* clean up PR feedback and create validation fn instead of boolean

* grpup upload state into one type

* better organize validation

* add server id to eos check for updates req

* fix patchdb to latest

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Lucy C
2022-06-27 15:25:42 -06:00
committed by GitHub
parent 123f71cb86
commit f22f11eb58
9 changed files with 186 additions and 102 deletions

View File

@@ -10,7 +10,7 @@ export interface MarketplaceManifest<T = unknown> {
long: string
}
'release-notes': string
license: string // name
license: string // type of license
'wrapper-repo': Url
'upstream-repo': Url
'support-site': Url