31 lines
683 B
Lua
31 lines
683 B
Lua
return {
|
|
domain = '@codem.com',
|
|
app_mails = {
|
|
twix = {
|
|
name = 'Twix',
|
|
mail = 'twix',
|
|
icon = 'twix',
|
|
},
|
|
selly = {
|
|
name = 'Selly',
|
|
mail = 'selly',
|
|
icon = 'selly',
|
|
},
|
|
thunder = {
|
|
name = 'Thunder',
|
|
mail = 'thunder',
|
|
icon = 'thunder',
|
|
},
|
|
appstore = {
|
|
name = 'App Store',
|
|
mail = 'appstore',
|
|
icon = 'apps',
|
|
},
|
|
darkchat = {
|
|
name = 'Dark Chat',
|
|
mail = 'darkchat',
|
|
icon = 'darkchat',
|
|
},
|
|
}
|
|
}
|