From 3846ada964c6785dca3dc5d1b39f908fe5e13dc8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 30 Oct 2021 18:18:47 +0600 Subject: [PATCH 1/2] Add Square Online / ecommerce --- src/technologies/s.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index 1532c0315..f265c8309 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3268,9 +3268,31 @@ "__BOOTSTRAP_STATE__.storeInfo.square_application_id": "" }, "scriptSrc": "js\\.squareup\\.com", + "saas": true, + "pricing": [ + "payg" + ], "website": "https://squareup.com/", "xhr": "\\.squareup\\.com" }, + "Square Online": { + "cats": [ + 6 + ], + "description": "Square Online is a subscription based service that provides ecommerce solutions to small and medium sized businesses.", + "icon": "Square.svg", + "js": { + "APP_ORIGIN": "square\\.online" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring", + "payg" + ], + "website": "https://squareup.com/us/en/online-store" + }, "Squarespace": { "cats": [ 1 From 13c864ce3ca597b078a16e007d38449280638805 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 30 Oct 2021 18:26:04 +0600 Subject: [PATCH 2/2] add implies, requires --- src/technologies/s.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index f265c8309..d1c5c3510 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3281,6 +3281,8 @@ ], "description": "Square Online is a subscription based service that provides ecommerce solutions to small and medium sized businesses.", "icon": "Square.svg", + "implies": "Weebly", + "requires": "Weebly", "js": { "APP_ORIGIN": "square\\.online" },