Skip to content

Commit 3d46ff7

Browse files
committed
Add more descriptive title for Options
1 parent f4e1fec commit 3d46ff7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"name": "Custom Stylesheet & Script",
55
"description": "Inserts a custom stylesheet and script into every web page.",
66
"icons": {

src/options.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8"/>
55
<link rel="stylesheet" href="options.css"/>
6+
<title>Options</title>
67
</head>
78
<body>
89
<div class="root">

0 commit comments

Comments
 (0)