This commit is contained in:
Râu Cao 2026-01-26 14:43:47 +07:00
parent c3185b6a5a
commit 06beb73068
Signed by: raucao
GPG Key ID: 37036C356E56CC51
7 changed files with 10 additions and 10 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
<!-- App identity --> <!-- App identity -->
<meta name="application-name" content="Marco"> <meta name="application-name" content="Marco">
<meta name="apple-mobile-web-app-title" content="Marco"> <meta name="apple-mobile-web-app-title" content="Marco">
<meta name="theme-color" content="#F6E9A6"> <meta name="theme-color" content="#333333">
<!-- PWA Manifest --> <!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest"> <link rel="manifest" href="/manifest.webmanifest">
@ -26,8 +26,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6"> <meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png"> <meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-CYQJLBu1.js"></script> <script type="module" crossorigin src="/assets/main-UPJ86bLK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-B9HZHSjP.css"> <link rel="stylesheet" crossorigin href="/assets/main-BcLOwTwc.css">
</head> </head>
<body> <body>
</body> </body>

View File

@ -1,12 +1,12 @@
{ {
"name": "Marco", "name": "Marco",
"short_name": "Marco", "short_name": "Marco",
"description": "Marco (as in Marco Polo) is an unhosted maps application that respects your privacy and choices", "description": "Marco is an unhosted maps application that respects your privacy and choices",
"start_url": "/", "start_url": "/",
"scope": "/", "scope": "/",
"display": "standalone", "display": "standalone",
"background_color": "#F6E9A6", "background_color": "#f8f9fa",
"theme_color": "#F6E9A6", "theme_color": "#333333",
"icons": [ "icons": [
{ {
"src": "/icons/icon-192.png", "src": "/icons/icon-192.png",