diff --git a/js/main.js b/js/main.js index 866dcc1..7849458 100644 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,4 @@ -//Make sure that the tampermonkey jQuery does not tamper with F5's scripts +//Make sure that the extensions jQuery does not tamper with F5's scripts this.$ = this.jQuery = jQuery.noConflict(true); //Declare global ajax queue limit @@ -9,8 +9,6 @@ var poolStatuses; var logDatabase; - - var enhancementFunctions = { "enhanceiRuleProperties": new function(){ diff --git a/manifest.json b/manifest.json index b24c5cc..0147203 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "name": "ADC Tweaks", - "version": "0.0.0.2", + "version": "0.0.0.4", "description": "Tweaks for the F5 Web Interface", - "permissions": ["activeTab", "storage"], + "optional_permissions": ["activeTab", "storage"], "short_name": "ADCTweaks", + "homepage_url": "https://loadbalancing.se/webui-tweaks-manual/", "content_scripts": [ { "matches": [