config.json

{
  "categories": [
    {
      "key": "police",
      "buttonColor": "#00BFFF",
      "buttonText": "Police",
      "nameColor": "#00BFFF"
    },
    {
      "key": "ambulance",
      "buttonColor": "#07c900",
      "buttonText": "Medic",
      "nameColor": "#07c900"
    },
    {
      "key": "staff",
      "buttonColor": "#FF6347",
      "buttonText": "Staff",
      "nameColor": "#FF6347"
    }
  ],
  "defaultCategory": {
    "key": "all",
    "buttonColor": "rgba(0, 130, 250)",
    "buttonText": "ALL",
    "nameColor": "#FFFFFF"
  }
}

Last updated