diff --git a/Ajax-Interceptor.crx b/Ajax-Interceptor.crx index be340a7..39c4c25 100644 Binary files a/Ajax-Interceptor.crx and b/Ajax-Interceptor.crx differ diff --git a/manifest.json b/manifest.json index 7f8a47b..79e19f7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,15 +3,10 @@ "version": "0.9", "description": "To modify response text of ajax requests", "permissions": [ - "declarativeContent", "storage", - "webNavigation", "tabs", - "notifications", "http://*/", - "https://*/", - "webRequest", - "webRequestBlocking" + "https://*/" ], "background": { "scripts": ["background.js"],