Merge pull request #1165 from timneutkens/lightspeed-ecom

Rename SEOshop to Lightspeed eCom and better detection for it
main
Elbert Alias 9 years ago committed by GitHub
commit f048807688

@ -56,7 +56,7 @@ for ( app in json.apps ) {
//Report error
if(amountOfCaptureGroups > amountOfCaptureGroupsNeeded) {
throw new Error('The pattern uses more capture groups than needed. Use non-capturing roups where appropriate.\n' + app + ': ' + type + ': ' + pattern);
throw new Error('The pattern uses more capture groups than needed. Use non-capturing groups where appropriate.\n' + app + ': ' + type + ': ' + pattern);
}else if(amountOfCaptureGroups < amountOfCaptureGroupsNeeded){
throw new Error('The version string references more capture groups than there are in the pattern! Remove any incorrect back references from the version string and/or add the missing capture groups to the pattern.\n' + app + ': ' + type + ': ' + pattern);
} else if(highestBackReference > amountOfCaptureGroups){

@ -6159,13 +6159,15 @@
"icon": "Sentinel Protection Server.png",
"website": "www.safenet-inc.com/software-monetization/sentinel-rms/"
},
"Seoshop": {
"Lightspeed eCom": {
"cats": [
6
],
"html": "<a[^>]+title=\"SEOshop",
"icon": "Seoshop.png",
"website": "getseoshop.com"
"html": "<!-- \\[START\\] 'blocks/head.rain' -->",
"icon": "Lightspeed.svg",
"url": "seoshop.webshopapp.com",
"script": "http://assets.webshopapp.com",
"website": "www.lightspeedhq.com/products/ecommerce/"
},
"Serendipity": {
"cats": [

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="-67.5 342.9 72.8 108.5"><style>.st0{fill:#ED5153;}</style><path d="M-31.1 342.9l5 8.7c1 1.8 1 4 0 5.8l-29.8 51.7 14.1 24.4c2.2 3.8 6.3 6.2 10.7 6.2 4.4 0 8.5-2.4 10.7-6.2l14.1-24.4-3.7-6.6-16 27.7c-1 1.8-3 2.9-5 2.9-2.1 0-4-1.1-5-2.9l-12.3-21.1 27.7-48 5 8.7c1 1.8 1 4 0 5.8l-19.3 33.5 3.8 6.6 21-36.4 13.8 23.9c2.1 3.7 2.1 8.2 0 11.9l-14 24.3c-2.1 3.7-8.8 12-20.8 12s-18.6-8.3-20.8-12l-14-24.3c-2.1-3.7-2.1-8.2 0-11.9l34.8-60.3" class="st0"/></svg>

After

Width:  |  Height:  |  Size: 511 B

Loading…
Cancel
Save