From 4cfee75a7cb6a3cc49ca449e1071594486ef0388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 13:48:30 +0700 Subject: [PATCH] Improve README, add app icon --- README.md | 16 +++++++++++++--- public/manifest.webmanifest | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55f48ca..78c26ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -# marco +
+ Marco App Icon +

Marco

+
-This README outlines the details of collaborating on this Ember application. -A short introduction of this app could easily go here. +Marco (as in [Marco Polo][1]) is an unhosted maps application that respects +your privacy and choices. It allows users to connect their own remote storage +to sync place bookmarks across apps and devices. + +This README outlines the details of collaborating on this Ember application, or +just building and deploying it for yourself. ## Prerequisites @@ -60,7 +67,10 @@ To run the script, you need `imagemagick` and `librsvg` installed: ## Further Reading / Useful Links - [ember.js](https://emberjs.com/) +- [remoteStorage.js](https://remotestorage.io/rs.js/docs/) - [Vite](https://vite.dev) - Development Browser Extensions - [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) - [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) + +[1]: https://en.wikipedia.org/wiki/Marco_Polo diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 80ffa5b..6f45672 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,7 +1,7 @@ { "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": "/", "scope": "/", "display": "standalone",