diff --git a/index.html b/index.html index c7bd483..a97c4ad 100644 --- a/index.html +++ b/index.html @@ -492,6 +492,20 @@

schema-apps

{ file: "dry-cleaning-or-laundry.html", name: "DryCleaningOrLaundry", icon: "๐Ÿงบ", accent: "#06b6d4", tag: "Laundry" }, { file: "recycling-center.html", name: "RecyclingCenter", icon: "โ™ป๏ธ", accent: "#15803d", tag: "Recycling" }, { file: "post-office.html", name: "PostOffice", icon: "๐Ÿ“ฎ", accent: "#dc2626", tag: "Post office" }, + { file: "online-store.html", name: "OnlineStore", icon: "๐Ÿ›’", accent: "#16a34a", tag: "E-shop" }, + { file: "shoe-store.html", name: "ShoeStore", icon: "๐Ÿ‘Ÿ", accent: "#dc2626", tag: "Shoes" }, + { file: "sporting-goods-store.html", name: "SportingGoodsStore", icon: "๐Ÿ…", accent: "#16a34a", tag: "Sports gear" }, + { file: "music-store.html", name: "MusicStore", icon: "๐ŸŽธ", accent: "#7c3aed", tag: "Music shop" }, + { file: "bike-store.html", name: "BikeStore", icon: "๐Ÿšฒ", accent: "#65a30d", tag: "Bikes" }, + { file: "garden-store.html", name: "GardenStore", icon: "๐ŸŒฑ", accent: "#15803d", tag: "Garden" }, + { file: "hobby-shop.html", name: "HobbyShop", icon: "๐Ÿงฉ", accent: "#f59e0b", tag: "Hobby" }, + { file: "home-goods-store.html", name: "HomeGoodsStore", icon: "๐Ÿช‘", accent: "#92400e", tag: "Home goods" }, + { file: "computer-store.html", name: "ComputerStore", icon: "๐Ÿ–ฅ๏ธ", accent: "#334155", tag: "Computers" }, + { file: "mobile-phone-store.html", name: "MobilePhoneStore", icon: "๐Ÿ“ฑ", accent: "#0284c7", tag: "Phones" }, + { file: "pawn-shop.html", name: "PawnShop", icon: "๐Ÿ’Ž", accent: "#ca8a04", tag: "Pawnbroker" }, + { file: "internet-cafe.html", name: "InternetCafe", icon: "๐Ÿ–ฑ๏ธ", accent: "#7c3aed", tag: "Net cafรฉ" }, + { file: "emergency-service.html", name: "EmergencyService", icon: "๐Ÿšจ", accent: "#dc2626", tag: "Emergency" }, + { file: "police-station.html", name: "PoliceStation", icon: "๐Ÿš“", accent: "#1e3a8a", tag: "Police" }, ]; const grid = document.getElementById("grid");