Add theme colour.

Add well-known.
This commit is contained in:
Paul 2021-07-08 00:28:59 +01:00
parent 2e7a017b99
commit bb6bfd1e7a
2 changed files with 11 additions and 0 deletions

View 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"
]
}
}]

View file

@ -57,6 +57,7 @@ export default defineConfig({
orientation: "any",
display: "standalone",
background_color: "#101823",
theme_color: "#101823",
icons: [
{
"src": `/assets/icons/${iconPrefix}android-chrome-192x192.png`,