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 @@