Skip to content

Commit

Permalink
Merge branch 'master' into firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Apr 4, 2023
2 parents 3e489a0 + c3bd422 commit b602e06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Get cookies.txt LOCALLY",
"description": "Get cookies.txt, NEVER send information outside with open-source",
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 3,
"permissions": [
"activeTab",
Expand Down
7 changes: 6 additions & 1 deletion src/popup.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
html {
width: 500px;
box-sizing: border-box;
overflow-x: scroll;
font-family: sans-serif;
}

body {
margin: 8px;
width: 484px;
}

h1 {
Expand Down

0 comments on commit b602e06

Please sign in to comment.