added default manifest

This commit is contained in:
SrGooglo 2024-01-25 00:38:12 +01:00
parent 7ea86da788
commit 8129dcd980

View File

@ -0,0 +1,12 @@
export default {
id: null,
name: null,
description: null,
icon: null,
version: null,
install_path: null,
remote_url: null,
patches: [],
applied_patches: [],
options: {},
}