From 592ae45adf86ad95dcf220e1f88cbfd0d23f1a9d Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Thu, 30 Apr 2026 13:02:13 -0500 Subject: [PATCH] add public-places.json --- list/public-places.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 list/public-places.json diff --git a/list/public-places.json b/list/public-places.json new file mode 100644 index 0000000..9456685 --- /dev/null +++ b/list/public-places.json @@ -0,0 +1,28 @@ +{ + "emoji": "🏥", + "title": "Public Places", + "concepts": [ + "Library", + "Bank", + "Mall", + "Church", + "School", + "Hospital", + "Post Office", + "Courthouse", + "Police Station", + "Restaurant", + "Park", + "Fire Station", + "Museum", + "Train Station", + "Airport", + "Gym", + "Pharmacy", + "Theater", + "Stadium", + "Zoo", + "Aquarium", + "Hotel" + ] +}