Add a title to the browser action

This commit is contained in:
Lawrence Hook
2021-12-04 22:49:53 -05:00
parent 468bc73fcf
commit 33492f4d59
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"description": "Removes all suggestions from Youtube.", "description": "Removes all suggestions from Youtube.",
"manifest_version": 2, "manifest_version": 2,
"name": "Remove Youtube Suggestions", "name": "Remove Youtube Suggestions",
"version": "4.1.0", "version": "4.1.1",
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
"background": { "background": {
@@ -30,7 +30,7 @@
"browser_action": { "browser_action": {
"default_popup": "options.html", "default_popup": "options.html",
"default_title": "Options", "default_title": "Remove Youtube Suggestions",
"default_icon": { "default_icon": {
"16": "images/16.png", "16": "images/16.png",
"32": "images/32.png", "32": "images/32.png",
+1
View File
@@ -3,6 +3,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Remove Youtube Suggestions</title>
<link rel="stylesheet" type="text/css" href="css/options.css"> <link rel="stylesheet" type="text/css" href="css/options.css">
</head> </head>