Improving Shopify detection and categorisation for Shopify apps

#5912
main
Rockey Nebhwani 3 years ago
parent 4f8153de9d
commit 76b334063d

@ -492,10 +492,12 @@
}, },
"Judge.me": { "Judge.me": {
"cats": [ "cats": [
90 90,
100
], ],
"description": "Judge.me powers product reviews on ecommerce stores.", "description": "Judge.me powers product reviews on ecommerce stores.",
"icon": "Judge.svg", "icon": "Judge.svg",
"implies": "Shopify",
"js": { "js": {
"judgeme": "" "judgeme": ""
}, },

@ -241,7 +241,8 @@
}, },
"Okendo": { "Okendo": {
"cats": [ "cats": [
90 90,
100
], ],
"description": "Okendo is a customer marketing platform with product ratings and reviews, customer photos and videos to help personalise experiences.", "description": "Okendo is a customer marketing platform with product ratings and reviews, customer photos and videos to help personalise experiences.",
"dom": { "dom": {
@ -252,6 +253,7 @@
} }
}, },
"icon": "Okendo.svg", "icon": "Okendo.svg",
"implies": "Shopify",
"js": { "js": {
"okeReviewsWidgetOnInit": "", "okeReviewsWidgetOnInit": "",
"okeWidgetControlInit": "", "okeWidgetControlInit": "",