diff --git a/src/config.js b/src/config.js index cc701cc..c9ccf18 100644 --- a/src/config.js +++ b/src/config.js @@ -1,3 +1,3 @@ -let DEBUG = true; +let DEBUG = false; let API_BASE_URL = DEBUG ? 'http://localhost:5000' : 'https://ghosterysearch.com'; let SERP_BASE_URL = DEBUG ? 'http://localhost' : 'https://ghosterysearch.com'; diff --git a/src/manifest.json b/src/manifest.json index 6725690..9ee95b4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.4", + "version": "0.1.5", "browser_specific_settings": { "gecko": { "id": "search@ghostery.com"