Skip to content

Commit

Permalink
- fixed bug with space and illegal chars in urls
Browse files Browse the repository at this point in the history
- added last saved location
- bug fix with extension (loop when app is down)
  • Loading branch information
BeanVortex committed May 6, 2024
1 parent 442662f commit 53fc1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/chrome_based/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon" : "./src/resources/icons/logo.png"
},
"manifest_version": 3,
"version": "1.0",
"version": "1.1",
"description": "Download grabber that works with BitKip application",
"host_permissions": ["*://*/*"],
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "1.0",
"version": "1.1",
"name": "BitKip extension",

"action": {
Expand Down

0 comments on commit 53fc1d9

Please sign in to comment.