summaryrefslogtreecommitdiffstats
path: root/ui/static/assets/manifest.json
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
commit20560419614e22fbb58567cdb0b88b54caf679f4 (patch)
tree163df44f07907d865b363db3bc198287ebd3d25f /ui/static/assets/manifest.json
parent435742cede199e3c85b5e2eb5a42ccbee4906a05 (diff)
Adds code from ded-go-core - no database
D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED.
Diffstat (limited to 'ui/static/assets/manifest.json')
-rw-r--r--ui/static/assets/manifest.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/ui/static/assets/manifest.json b/ui/static/assets/manifest.json
new file mode 100644
index 0000000..0d183a2
--- /dev/null
+++ b/ui/static/assets/manifest.json
@@ -0,0 +1,39 @@
+{
+ "icons": [
+ {
+ "src": "images/favicon.ico",
+ "type": "image/x-icon",
+ "sizes": "48x48"
+ },
+ {
+ "src": "images/favicon.svg",
+ "type": "image/svg+xml",
+ "sizes": "150x150",
+ "purpose": "any"
+ },
+ {
+ "src": "images/govuk-icon-180.png",
+ "type": "image/png",
+ "sizes": "180x180",
+ "purpose": "maskable"
+ },
+ {
+ "src": "images/govuk-icon-192.png",
+ "type": "image/png",
+ "sizes": "192x192",
+ "purpose": "maskable"
+ },
+ {
+ "src": "images/govuk-icon-512.png",
+ "type": "image/png",
+ "sizes": "512x512",
+ "purpose": "maskable"
+ },
+ {
+ "src": "images/govuk-icon-mask.svg",
+ "type": "image/svg+xml",
+ "sizes": "150x150",
+ "purpose": "monochrome"
+ }
+ ]
+}