From a37bef4fb3e9952bd422d85ec16f1607f1d61cc1 Mon Sep 17 00:00:00 2001 From: AlexByte Date: Sat, 10 Mar 2018 07:42:31 +0300 Subject: [PATCH] Add Vaadin. (#2106) --- src/apps.json | 12 ++++++++++++ src/icons/Vaadin.svg | 1 + 2 files changed, 13 insertions(+) create mode 100644 src/icons/Vaadin.svg diff --git a/src/apps.json b/src/apps.json index 7aff27bfb..5929080b1 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10161,6 +10161,18 @@ "icon": "VTEX Integrated Store.png", "website": "http://lojaintegrada.com.br" }, + "Vaadin": { + "cats": [ + 18 + ], + "js": { + "vaadin": "" + }, + "icon": "Vaadin.svg", + "implies": "Java", + "script": "vaadinBootstrap\\.js(?:\\?v=([\\d.]+))?\\;version:\\1", + "website": "https://vaadin.com" + }, "Vanilla": { "cats": [ 2 diff --git a/src/icons/Vaadin.svg b/src/icons/Vaadin.svg new file mode 100644 index 000000000..6ebe998ee --- /dev/null +++ b/src/icons/Vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file