diff --git a/src/apps.json b/src/apps.json index 0c1570878..3d2796b90 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9161,6 +9161,13 @@ "icon": "xui.png", "script": "[^a-z]xui.*\\.js", "website": "xuijs.com" + }, + "Bubble": { + "website": "bubble.is", + "cats": [ 1, 3, 18, 22 ], + "env": "^appquery$", + "implies": "Node.js", + "icon": "bubble.png" } }, "categories": { diff --git a/src/icons/bubble.png b/src/icons/bubble.png new file mode 100644 index 000000000..924e733fe Binary files /dev/null and b/src/icons/bubble.png differ