TransPlace wiki: override favicon
There's not a way to change the favicon in the wiki directly, however by
using Compose and File we can override specific files to show the correct
icons. Therefore, we can overwrite the old favicons with our new ones
Co-Authored-By: Cleo Debeau <cleo@trans.gg>
Change-Id: I5a92b8f1211af23fc0b0abfba0dbd19ff059a5d0
Reviewed-on: https://git.clicks.codes/c/Infra/NixFiles/+/633
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/common/nginx/guide.trans.gg/_assets/manifest.json b/modules/common/nginx/guide.trans.gg/_assets/manifest.json
new file mode 100644
index 0000000..3b080ee
--- /dev/null
+++ b/modules/common/nginx/guide.trans.gg/_assets/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "TransPlace Staff Guide",
+ "short_name": "Staff Guide",
+ "start_url": "/",
+ "icons": [
+ {
+ "src": "/_assets/favicons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/_assets/favicons/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#313338",
+ "background_color": "#313338",
+ "display": "standalone"
+}