2026-04-14 17:41:39 +02:00

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',
},
}
}