File tree 5 files changed +7
-7
lines changed
components/SearchBookmark
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
- "name" : " Husky - Next-Gen boookmarks " ,
4
- "description" : " Easiest way to open you faviour bookmarks in chrome" ,
5
- "version" : " 0 .0.1" ,
3
+ "name" : " Husky - Next-Gen boookmark extension " ,
4
+ "description" : " The easiest way to open your favourite bookmarks in chrome browser " ,
5
+ "version" : " 1 .0.1" ,
6
6
"icons" : {
7
7
"128" : " icon.png"
8
8
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " husky" ,
3
- "version" : " 0 .0.1" ,
3
+ "version" : " 1 .0.1" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"clsx" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
- < title > Linkes - Next-Gen Bookmark Extension </ title >
6
+ < title > Husky - The next generation boookmarks extension </ title >
7
7
</ head >
8
8
< body >
9
9
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function Footer() {
13
13
< span >
14
14
< img className = "w-4 h-4 mr-2" src = "/icon.png" alt = "icon" />
15
15
</ span >
16
- Powered by Linkes @ 2021
16
+ Powered by Husky @ 2021
17
17
</ div >
18
18
) ;
19
19
}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const Popup = () => {
96
96
) }
97
97
>
98
98
< div > Toggle Search</ div >
99
- < div className = "mt-2 font-semibold" > Ctrl/Command + 0</ div >
99
+ < div className = "mt-2 font-semibold" > Ctrl/Command + Shift + 0</ div >
100
100
</ div >
101
101
</ div >
102
102
) ;
You can’t perform that action at this time.
0 commit comments