Minor fixes

main
Elbert Alias 4 years ago
parent 0621d3e7d2
commit 9a384a3f30

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -958,8 +958,8 @@
}, },
"Adobe Target": { "Adobe Target": {
"cats": [ "cats": [
32, 74,
74 76
], ],
"description": "Adobe Target is an A/B testing, multi-variate testing, personalisation, and optimisation application", "description": "Adobe Target is an A/B testing, multi-variate testing, personalisation, and optimisation application",
"icon": "Adobe.svg", "icon": "Adobe.svg",
@ -2837,4 +2837,4 @@
"oss": true, "oss": true,
"website": "http://augmented-ui.com" "website": "http://augmented-ui.com"
} }
} }

@ -1648,6 +1648,7 @@
], ],
"description": "microCMS is a Japan-based headless CMS that enables editors and developers to build delicate sites and apps.", "description": "microCMS is a Japan-based headless CMS that enables editors and developers to build delicate sites and apps.",
"dom": "img[src*='.microcms-assets.io/']", "dom": "img[src*='.microcms-assets.io/']",
"xhr": "\\.microcms\\.io",
"icon": "microCMS.svg", "icon": "microCMS.svg",
"pricing": [ "pricing": [
"freemium", "freemium",
@ -1819,4 +1820,4 @@
], ],
"website": "https://code.google.com/p/modwsgi" "website": "https://code.google.com/p/modwsgi"
} }
} }

@ -303,7 +303,7 @@
52 52
], ],
"description": "Re:amaze is a multi-brand customer service, live chat, and help desk solution.", "description": "Re:amaze is a multi-brand customer service, live chat, and help desk solution.",
"icon": "Re:amaze.png", "icon": "Re-amaze.png",
"js": { "js": {
"reamaze.version": "^([\\d\\.]+)$\\;version:\\1" "reamaze.version": "^([\\d\\.]+)$\\;version:\\1"
}, },
@ -1257,4 +1257,4 @@
], ],
"website": "https://www.google.com/recaptcha/" "website": "https://www.google.com/recaptcha/"
} }
} }

@ -817,7 +817,9 @@
"icon": "TomTom.svg", "icon": "TomTom.svg",
"xhr": "api\\.tomtom\\.com", "xhr": "api\\.tomtom\\.com",
"scripts": "api\\.tomtom\\.com", "scripts": "api\\.tomtom\\.com",
"js": "tomtom.Map", "js": {
"tomtom.Map": ""
},
"saas": true, "saas": true,
"website": "https://www.tomtom.com" "website": "https://www.tomtom.com"
}, },