{
  "apps": [
    {
      "id": "bank",
      "name": "Bank",
      "icon": "¤",
      "color": "yellow",
      "version": "1.0.0",
      "description": "Numismatics banking (needs the bank backend)",
      "url": "https://computercraft.petroid.xyz/pocketos/files/store-apps/bank.lua"
    },
    {
      "id": "chat",
      "name": "Chat",
      "icon": "@",
      "color": "lightblue",
      "version": "1.0.0",
      "description": "DMs between pockets, offline inbox",
      "url": "https://computercraft.petroid.xyz/pocketos/files/store-apps/chat.lua"
    },
    {
      "id": "shop",
      "name": "Shop",
      "icon": "$",
      "color": "orange",
      "version": "1.0.0",
      "description": "Order items, pay with linked sub-account",
      "url": "https://computercraft.petroid.xyz/pocketos/files/store-apps/shop.lua"
    },
    {
      "id": "notes",
      "name": "Notes",
      "icon": "N",
      "color": "lime",
      "version": "1.0.0",
      "description": "A tiny notepad (SDK example)",
      "url": "https://computercraft.petroid.xyz/pocketos/files/store-apps/notes.lua"
    }
  ]
}
