Skip to content

Commit

Permalink
PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent 6833ad3 commit 5ea8e89
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="manifest" href="/thor/manifest.json" />
<meta name="language" content="English" />
</head>
<body>
Expand Down
26 changes: 26 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Thor - First Responder Messages",
"short_name": "Thor",
"start_url": "https://fishylunar.github.io/thor/",
"display": "standalone",
"description": "A web application for viewing danish first responder messages",
"lang": "english",
"dir": "auto",
"theme_color": "#0F172B",
"background_color": "#030712",
"orientation": "any",
"icons": [
{
"src": "https://fishylunar.github.io/thor/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "https://fishylunar.github.io/thor/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
]
}
16 changes: 0 additions & 16 deletions public/vite.svg

This file was deleted.

0 comments on commit 5ea8e89

Please sign in to comment.