mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 08:43:37 -05:00
Add theme colour.
Add well-known.
This commit is contained in:
parent
2e7a017b99
commit
bb6bfd1e7a
2 changed files with 11 additions and 0 deletions
10
public/.well-known/assetlinks.json
Normal file
10
public/.well-known/assetlinks.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[{
|
||||||
|
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||||
|
"target": {
|
||||||
|
"namespace": "android_app",
|
||||||
|
"package_name": "chat.revolt.app.twa",
|
||||||
|
"sha256_cert_fingerprints": [
|
||||||
|
"6E:62:C1:BF:5A:2D:11:31:A3:22:91:8D:22:2B:2C:49:D3:70:F3:A1:45:DF:11:6A:97:DC:4C:A9:3B:C3:AA:FB"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}]
|
|
@ -57,6 +57,7 @@ export default defineConfig({
|
||||||
orientation: "any",
|
orientation: "any",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
background_color: "#101823",
|
background_color: "#101823",
|
||||||
|
theme_color: "#101823",
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
"src": `/assets/icons/${iconPrefix}android-chrome-192x192.png`,
|
"src": `/assets/icons/${iconPrefix}android-chrome-192x192.png`,
|
||||||
|
|
Loading…
Reference in a new issue