Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nusuke authored and nusuke committed Mar 10, 2024
1 parent aa31328 commit c93fb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "JSON viewer +jq",
"description": "ブラウザ上でjqによる絞り込みを行えます。jqクエリをURLで共有することもできます。",
"description": "You can also share your jq queries by URL. Recommended for large JSON viewers. Narrow it down for easier viewing.",
"version": "1.0.2",
"icons": {
"16": "logo16.png",
Expand Down
2 changes: 2 additions & 0 deletions src/styles/json-preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ button:focus {

&ShareButton {
background: rgb(150, 150, 239);
border-radius: 4px;
color: white;
margin-left: 8px;
padding: 8px 16px;
}
&HistoryButton {
Expand Down

0 comments on commit c93fb0f

Please sign in to comment.