diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json index 275afdc..4cce8af 100644 --- a/src/platform/firefox/manifest.json +++ b/src/platform/firefox/manifest.json @@ -23,7 +23,7 @@ ], "browser_action": { "default_popup": "popup.html", - "default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!", + "default_title": "AlwaysKillSticky", "default_icon": { "19": "images/AKS_on_19.png", "38": "images/AKS_on_38.png" @@ -37,4 +37,4 @@ "page": "options.html", "open_in_tab": true } -} \ No newline at end of file +} diff --git a/src/popup.html b/src/popup.html index bccc587..1973cd0 100644 --- a/src/popup.html +++ b/src/popup.html @@ -1,6 +1,7 @@ AlwaysKillSticky + @@ -27,4 +28,4 @@ - \ No newline at end of file + diff --git a/src/popup.js b/src/popup.js index 159d1c4..e2b660e 100644 --- a/src/popup.js +++ b/src/popup.js @@ -298,4 +298,4 @@ function initialize() { }); } -initialize(); \ No newline at end of file +initialize();