From 33492f4d597ee6c0696baaaa01a0a94dbf4bd336 Mon Sep 17 00:00:00 2001 From: Lawrence Hook Date: Sat, 4 Dec 2021 22:49:53 -0500 Subject: [PATCH] Add a title to the browser action --- firefox/manifest.json | 4 ++-- firefox/options.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 9f55901..1307fa9 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "description": "Removes all suggestions from Youtube.", "manifest_version": 2, "name": "Remove Youtube Suggestions", - "version": "4.1.0", + "version": "4.1.1", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions", "background": { @@ -30,7 +30,7 @@ "browser_action": { "default_popup": "options.html", - "default_title": "Options", + "default_title": "Remove Youtube Suggestions", "default_icon": { "16": "images/16.png", "32": "images/32.png", diff --git a/firefox/options.html b/firefox/options.html index cdcfeb8..3c6a710 100644 --- a/firefox/options.html +++ b/firefox/options.html @@ -3,6 +3,7 @@ + Remove Youtube Suggestions