mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Add a title to the browser action
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user