diff --git a/public/images/third_party_logos/instabug.png b/public/images/third_party_logos/instabug.png new file mode 100644 index 0000000..e1674c2 Binary files /dev/null and b/public/images/third_party_logos/instabug.png differ diff --git a/src/includes/yaml/thirdpartyservices.yml b/src/includes/yaml/thirdpartyservices.yml index bee3087..aab329c 100644 --- a/src/includes/yaml/thirdpartyservices.yml +++ b/src/includes/yaml/thirdpartyservices.yml @@ -214,3 +214,10 @@ link: privacy: https://configcat.com/policies/privacy/ terms: https://configcat.com/policies/ +- name: Instabug + model: instabug + instabug: false + logo: images/third_party_logos/instabug.png + link: + privacy: https://www.instabug.com/privacy + terms: https://www.instabug.com/terms diff --git a/src/js/thirdpartyservices.js b/src/js/thirdpartyservices.js index 57672bf..1565e98 100755 --- a/src/js/thirdpartyservices.js +++ b/src/js/thirdpartyservices.js @@ -326,5 +326,15 @@ var thirdPartyServicesJsonArray = [ "privacy": "https://configcat.com/policies/privacy/", "terms": "https://configcat.com/policies/" } + }, + { + "name": "Instabug", + "model": "instabug", + "instabug": false, + "logo": "images/third_party_logos/instabug.png", + "link": { + "privacy": "https://www.instabug.com/privacy", + "terms": "https://www.instabug.com/terms" + } } ]