From bbbb7c8869258b85b878f51e00381c65175522fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Poumi=C3=A1n?= Date: Mon, 24 Jul 2017 20:56:09 -0600 Subject: [PATCH 1/3] Add Phemonic SVG logo. --- src/icons/Phenomic.svg | 77 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/icons/Phenomic.svg diff --git a/src/icons/Phenomic.svg b/src/icons/Phenomic.svg new file mode 100644 index 000000000..9dcde00f4 --- /dev/null +++ b/src/icons/Phenomic.svg @@ -0,0 +1,77 @@ + + + + phenomic-avatar-white + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From fd770bac8451057c26015f15d7025e22eed536c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Poumi=C3=A1n?= Date: Mon, 24 Jul 2017 21:36:03 -0600 Subject: [PATCH 2/3] Add Phenomic to apps.json --- src/apps.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps.json b/src/apps.json index dcb589660..3dabd741f 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6148,6 +6148,22 @@ "env": "Phaser", "icon": "Phaser.png", "website": "http://phaser.io" + }, + "Phenomic": { + "cats": [ + "1", + "11" + ], + "html": [ + "<[^>]+id=\"PhenomicRoot\"", + "<[^>]+id=\"phenomic\"" + ], + "icon": "Phenomic.svg", + "implies": [ + "React" + ], + "script": "/phenomic.browser.[a-f0-9]*.js", + "website": "https://phenomic.io/" }, "Phusion Passenger": { "cats": [ From d90e5dead655f4fdc3bd5dc3ff98f0028386344d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Poumi=C3=A1n?= Date: Mon, 24 Jul 2017 21:45:04 -0600 Subject: [PATCH 3/3] Fix script regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 3dabd741f..401caf13a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6162,7 +6162,7 @@ "implies": [ "React" ], - "script": "/phenomic.browser.[a-f0-9]*.js", + "script": "/phenomic.browser.[a-f0-9]+.js", "website": "https://phenomic.io/" }, "Phusion Passenger": {