2 Commits

Author SHA1 Message Date
b085783ad8 1.8.3 2026-01-26 14:58:21 +07:00
245f79d6f4 Change manifest filename
Wrong content type on 5apps
2026-01-26 14:57:36 +07:00
5 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<link rel="manifest" href="/web-app-manifest.json">
<!-- Icons -->
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">

View File

@@ -1,6 +1,6 @@
{
"name": "marco",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"description": "Unhosted maps app",
"repository": {

View File

@@ -12,7 +12,7 @@
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<link rel="manifest" href="/web-app-manifest.json">
<!-- Icons -->
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">