diff --git a/src/apps.json b/src/apps.json index 04b2f0408..cb51c8078 100755 --- a/src/apps.json +++ b/src/apps.json @@ -942,6 +942,14 @@ "script": "boba(?:\\.min)?\\.js", "website": "http://boba.space150.com" }, + "Bold Chat": { + "cats": [ + "52" + ], + "icon": "BoldChat.png", + "script": "^https?://vmss\\.boldchat\\.com/aid/\\d{18}/bc\\.vms4/vms\\.js", + "website": "https://www.boldchat.com/" + }, "Bolt": { "cats": [ "1" @@ -10162,4 +10170,4 @@ "priority": "9" } } -} \ No newline at end of file +} diff --git a/src/icons/BoldChat.png b/src/icons/BoldChat.png new file mode 100755 index 000000000..ceeecf47e Binary files /dev/null and b/src/icons/BoldChat.png differ