|
|
|
@ -1,12 +1,12 @@ |
|
|
|
|
// This section sets up some basic app metadata,
|
|
|
|
|
// the entire section is optional.
|
|
|
|
|
App.info({ |
|
|
|
|
id: 'com.konecty.rocketchat', |
|
|
|
|
name: 'Rocket.Chat', |
|
|
|
|
description: 'Rocket.Chat', |
|
|
|
|
author: 'Rocket.Chat Development Group', |
|
|
|
|
email: 'contact@rocket.chat', |
|
|
|
|
website: 'https://rocket.chat' |
|
|
|
|
id: 'com.konecty.rocket.chat', |
|
|
|
|
name: 'Rocket.Chat', |
|
|
|
|
description: 'Rocket.Chat', |
|
|
|
|
author: 'Rocket.Chat Development Group', |
|
|
|
|
email: 'contact@rocket.chat', |
|
|
|
|
website: 'https://rocket.chat' |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
// Set up resources such as icons and launch screens.
|
|
|
|
|