Add categories!

This commit is contained in:
ajnart
2022-05-29 10:45:49 +02:00
parent c7c76ee22b
commit 1a2e752281
4 changed files with 111 additions and 31 deletions

View File

@@ -49,6 +49,7 @@ export interface serviceItem {
type: string;
url: string;
icon: string;
category?: string;
apiKey?: string;
password?: string;
username?: string;