Skip to content

Commit 83c1b2a

Browse files
Create a theme for AMP.chat
Change-Id: I9742d594e69cfe5a11bdaa151765a1bc07329bb7
1 parent a5d5e28 commit 83c1b2a

File tree

94 files changed

+267
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+267
-124
lines changed

electron_app/amp.chat/config.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"update_base_url": "https://update.amp.chat/desktop/",
3+
"default_hs_url": "https://test.amp.chat",
4+
"default_is_url": "",
5+
"brand": "AMP.chat",
6+
"integrations_ui_url": "https://dimension.test.amp.chat/riot",
7+
"integrations_rest_url": "https://dimension.test.amp.chat/api/v1/scalar",
8+
"integrations_widgets_urls": ["https://dimension.test.amp.chat/widgets"],
9+
"integrations_jitsi_widget_url": "https://dimension.test.amp.chat/widgets/jitsi",
10+
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
11+
"bug_report_endpoint_url": "https://amp.chat/bugreports/submit",
12+
"welcomeUserId": "@amp-bot:test.amp.chat",
13+
"showLabsSettings": false,
14+
"branding": {
15+
"authHeaderLogoUrl": "themes/amp/img/logos/amp-chat-logo-black-text.svg",
16+
"welcomeBackgroundUrl": "themes/amp/img/backgrounds/valley.jpg",
17+
"authFooterLinks": []
18+
},
19+
"roomDirectory": {
20+
"servers": [
21+
"test.amp.chat"
22+
]
23+
},
24+
"piwik": {
25+
"url": "https://matomo.awesome-technologies.de/",
26+
"siteId": 3,
27+
"policyUrl": "https://amp.chat/cookie_policy"
28+
},
29+
"phasedRollOut": {
30+
"feature_lazyloading": {
31+
"offset": 1539684000000,
32+
"period": 604800000
33+
}
34+
},
35+
"features": {
36+
"feature_lazyloading": "enable"
37+
},
38+
"enable_presence_by_hs_url": {
39+
"https://test.amp.chat": false
40+
}
41+
}

electron_app/build/icon.icns

-70.3 KB
Binary file not shown.

electron_app/build/icon.ico

-5.13 KB
Binary file not shown.
1.87 KB

electron_app/build/icons/16x16.png

218 Bytes

electron_app/build/icons/24x24.png

110 Bytes
10.3 KB

electron_app/build/icons/48x48.png

-35 Bytes
45.4 KB

electron_app/build/icons/64x64.png

102 Bytes

0 commit comments

Comments
 (0)