From 1a7fbca6347479609cc630568969bb2b442c8ce8 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 30 Aug 2023 17:16:20 -0400 Subject: [PATCH] Add data --- configuration.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configuration.ts b/configuration.ts index e0d9ea8..9cbd505 100644 --- a/configuration.ts +++ b/configuration.ts @@ -2,9 +2,14 @@ // Metadata // /////////////////////// export const info = { - name: 'App ', - company: 'Company Name', + // Basics + name: 'App Name Here', + company: 'Company Name or Author', + synopsis: '', description: '', + + // Data + version: '1.0.0', id: 'org.company-name.app-name-here', // extension.domain.appname // Sources