We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e1fec commit 3d46ff7Copy full SHA for 3d46ff7
src/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"manifest_version": 2,
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"name": "Custom Stylesheet & Script",
5
"description": "Inserts a custom stylesheet and script into every web page.",
6
"icons": {
src/options.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="options.css"/>
+ <title>Options</title>
7
</head>
8
<body>
9
<div class="root">
0 commit comments