Skip to content

Commit ccd0896

Browse files
committed
Remove chrome specific mentions
1 parent 7d7c18f commit ccd0896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
<title>Hashnode extension</title>
6+
<title>Hashnode browser extension</title>
77
</head>
88
<body>
99
<noscript>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hashnode-chrome",
2+
"name": "hashnode-browser-extension",
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {

0 commit comments

Comments
 (0)