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 //
|
||||
///////////////////////
|
||||
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
|
||||
|
|
Reference in a new issue