From 25a73b62afb77736c5f127f17ba6448618bef65b Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 10 Apr 2023 02:55:46 +0600 Subject: [PATCH 1/2] Add ShipStation / shipping carriers --- .../webextension/images/icons/ShipStation.svg | 10 ++++++++++ src/technologies/s.json | 19 ++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/ShipStation.svg diff --git a/src/drivers/webextension/images/icons/ShipStation.svg b/src/drivers/webextension/images/icons/ShipStation.svg new file mode 100644 index 000000000..c947d05eb --- /dev/null +++ b/src/drivers/webextension/images/icons/ShipStation.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 37e7fc3c6..31947610c 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2142,6 +2142,20 @@ "saas": true, "website": "https://www.shippypro.com" }, + "ShipStation": { + "cats": [ + 99 + ], + "description": "ShipStation is a web-based shipping software designed to help ecommerce businesses streamline their shipping processes. It allows businesses to import, manage, and ship their orders from multiple sales channels, including marketplaces, shopping carts, and ecommerce platforms.", + "dom": "a[href*='//track.shipstation.com/']", + "icon": "ShipStation.svg", + "pricing": [ + "payg", + "recurring" + ], + "saas": true, + "website": "https://www.shipstation.com" + }, "Shoefitr.io": { "cats": [ 76 @@ -5914,9 +5928,12 @@ "cats": [ 18 ], - "description": "Stencil is a compiler that generates Web Components developed by the Ionic team.", + "description": "Stencil is an open-source web component compiler that enables developers to create reusable, interoperable UI components that can work across different frameworks and platforms.", "dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link", "icon": "Stencil.svg", + "js": { + "stencil.inspect": "" + }, "oss": true, "website": "https://stenciljs.com" }, From 4137bb15445c2175760c6f1812dea526b022da9a Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 10 Apr 2023 03:00:11 +0600 Subject: [PATCH 2/2] fix --- src/technologies/s.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 31947610c..d87d912b0 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2154,6 +2154,7 @@ "recurring" ], "saas": true, + "url": "track\\.shipstation\\.com", "website": "https://www.shipstation.com" }, "Shoefitr.io": { @@ -5928,12 +5929,9 @@ "cats": [ 18 ], - "description": "Stencil is an open-source web component compiler that enables developers to create reusable, interoperable UI components that can work across different frameworks and platforms.", + "description": "Stencil is a compiler that generates Web Components developed by the Ionic team.", "dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link", "icon": "Stencil.svg", - "js": { - "stencil.inspect": "" - }, "oss": true, "website": "https://stenciljs.com" },