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");