Compare commits

..

1 Commits

Author SHA1 Message Date
raucao 06beb73068 1.8.2 2026-01-26 14:43:47 +07:00
7 changed files with 10 additions and 10 deletions
+1 -1
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
+3 -3
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>
+3 -3
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",