feat: shorten application titles in apps database and remove unused entries

This commit is contained in:
MayaTheShy
2026-03-22 18:35:41 -04:00
parent d9b7bd32b7
commit 40e6eab42d

View File

@@ -1,11 +1,11 @@
{
[ "im_inventory_manager" ] = {
title = "Inventory Manager",
title = "Inv Manager",
category = "Inventory",
run = "inventoryManager.lua",
},
[ "im_inventory_client" ] = {
title = "Inventory Display",
title = "Inv Display",
category = "Inventory",
run = "inventoryClient.lua",
},
@@ -13,21 +13,11 @@
title = "Crafting Turtle",
category = "Inventory",
run = "craftingTurtle.lua",
requires = { turtle = true },
},
[ "im_dropper_controller" ] = {
title = "Dropper Controller",
category = "Inventory",
run = "dropperController.lua",
requires = "turtle",
},
[ "im_web_bridge" ] = {
title = "Inventory Web Bridge",
title = "Inv Web Bridge",
category = "Inventory",
run = "inventoryWebBridge.lua",
},
[ "im_list_devices" ] = {
title = "List Devices",
category = "Inventory",
run = "listDevicesByType.lua",
},
}