summaryrefslogtreecommitdiffstats
path: root/ui/static/assets/manifest.json
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-04-23 11:22:21 +0100
committerGitHub <noreply@github.com>2024-04-23 11:22:21 +0100
commitceca6fa956b21c43263e53c328d619c4ede21914 (patch)
treea48384210cdc168e3bd3ccff6d6d516eeed9e748 /ui/static/assets/manifest.json
parent8b084e9fe7a5f3a04c32daf9a24f7f2cf67300f9 (diff)
parent0f951dcf029d4af284467543a3afdf5bf6581a20 (diff)
Merge pull request #22 from defencedigital/pyswitch
switched to Django
Diffstat (limited to 'ui/static/assets/manifest.json')
-rw-r--r--ui/static/assets/manifest.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/ui/static/assets/manifest.json b/ui/static/assets/manifest.json
deleted file mode 100644
index 0d183a2..0000000
--- a/ui/static/assets/manifest.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "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"
- }
- ]
-}