diff --git a/src/apps.json b/src/apps.json index f4ad3a9b2..c2adaf42d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9126,6 +9126,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": { @@ -9181,4 +9188,4 @@ "50": "Document Management Systems", "51": "Landing Page Builders" } -} \ No newline at end of file +}