summaryrefslogtreecommitdiff
path: root/ui/static
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-15 10:14:41 -0500
committerKit La Touche <kit@transneptune.net>2024-11-15 10:14:41 -0500
commit1635a4db77898e9394adaa104b4c53b94c59e2da (patch)
tree041158bc15a1b83caaa245fbe60faf46e84a3070 /ui/static
parentfefe76b35b6329cbcc92755a65e47c7f62f64690 (diff)
parent2fb328089f01776e5bb553a1d50a061396588c8c (diff)
Merge branch 'main' into prop/shorter-expiry
Diffstat (limited to 'ui/static')
-rw-r--r--ui/static/apple-touch-icon-precomposed.pngbin0 -> 92469 bytes
-rw-r--r--ui/static/apple-touch-icon.pngbin0 -> 92469 bytes
-rw-r--r--ui/static/favicon.icobin0 -> 92469 bytes
-rw-r--r--ui/static/favicon.pngbin137101 -> 92469 bytes
-rw-r--r--ui/static/manifest.json51
5 files changed, 51 insertions, 0 deletions
diff --git a/ui/static/apple-touch-icon-precomposed.png b/ui/static/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..4b35d9b
--- /dev/null
+++ b/ui/static/apple-touch-icon-precomposed.png
Binary files differ
diff --git a/ui/static/apple-touch-icon.png b/ui/static/apple-touch-icon.png
new file mode 100644
index 0000000..4b35d9b
--- /dev/null
+++ b/ui/static/apple-touch-icon.png
Binary files differ
diff --git a/ui/static/favicon.ico b/ui/static/favicon.ico
new file mode 100644
index 0000000..4b35d9b
--- /dev/null
+++ b/ui/static/favicon.ico
Binary files differ
diff --git a/ui/static/favicon.png b/ui/static/favicon.png
index 5df6b4e..4b35d9b 100644
--- a/ui/static/favicon.png
+++ b/ui/static/favicon.png
Binary files differ
diff --git a/ui/static/manifest.json b/ui/static/manifest.json
new file mode 100644
index 0000000..5d735d0
--- /dev/null
+++ b/ui/static/manifest.json
@@ -0,0 +1,51 @@
+{
+ "name": "Pilcrow",
+ "short_name": "Pilcrow",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#fdfdfd",
+ "theme_color": "#2c3656",
+ "orientation": "portrait-primary",
+ "icons": [
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "72x72"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "96x96"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "128x128"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "144x144"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "152x152"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "384x384"
+ },
+ {
+ "src": "/favicon.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ]
+}