Visited
Spin and zoom the globe, tap a country, mark it visited. Watch your map fill up as the count climbs.
Works offline
Install
Open the App Store mini-app in your Möbius shell and paste:
https://raw.githubusercontent.com/mobius-os/app-countries/main/mobius.json
Möbius shows the requested permissions, then installs.
Runtime libraries
This app loads the following ES modules from esm.sh on first open:
d3-geo
Manifest
Show mobius.json
{
"id": "countries",
"name": "Visited",
"version": "1.5.0",
"description": "Spin and zoom the globe, tap a country, mark it visited. Watch your map fill up as the count climbs.",
"author": "mobius-os",
"license": "MIT",
"homepage": "https://github.com/mobius-os/app-countries",
"entry": "index.jsx",
"icon": "icon.png",
"offline_capable": true,
"permissions": {
"cross_app_access": "none",
"share_with_apps": "none"
},
"storage_seeds": {
"visited.json": [],
"countries.geo.json": "countries.geo.json"
},
"runtime": {
"imports": [
"react",
"react-dom"
],
"esm_deps": [
"d3-geo"
]
}
}
Feedback
Something feel off, or want to suggest an iteration? Open an issue at app-countries/issues — the app's maintainer reads them.