Add data
This commit is contained in:
parent
8b74610558
commit
1a7fbca634
1 changed files with 7 additions and 2 deletions
|
@ -2,9 +2,14 @@
|
||||||
// Metadata //
|
// Metadata //
|
||||||
///////////////////////
|
///////////////////////
|
||||||
export const info = {
|
export const info = {
|
||||||
name: 'App ',
|
// Basics
|
||||||
company: 'Company Name',
|
name: 'App Name Here',
|
||||||
|
company: 'Company Name or Author',
|
||||||
|
synopsis: '',
|
||||||
description: '',
|
description: '',
|
||||||
|
|
||||||
|
// Data
|
||||||
|
version: '1.0.0',
|
||||||
id: 'org.company-name.app-name-here', // extension.domain.appname
|
id: 'org.company-name.app-name-here', // extension.domain.appname
|
||||||
|
|
||||||
// Sources
|
// Sources
|
||||||
|
|
Reference in a new issue