Skip to content

Commit

Permalink
Minimize icon to 48px: manifest
Browse files Browse the repository at this point in the history
Add firefox "strict_min_version": "109.0"
  • Loading branch information
stokito committed Apr 13, 2023
1 parent 4750106 commit d7005cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"48": "icons8-dav-50px.png"
"48": "icons8-dav-48px.png"
},
"permissions": [
"webRequest",
Expand All @@ -22,12 +22,12 @@
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons8-dav-50px.png"
"default_icon": "icons8-dav-48px.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
"strict_min_version": "109.0"
}
},
"default_locale": "en"
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"48": "icons8-dav-50px.png"
"48": "icons8-dav-48px.png"
},
"permissions": [
"webRequest",
Expand All @@ -22,7 +22,7 @@
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons8-dav-50px.png"
"default_icon": "icons8-dav-48px.png"
},
"default_locale": "en"
}
2 changes: 1 addition & 1 deletion webdav-js.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ it's a minifed version of https://github.com/dom111/webdav-js

They are taken from jsdelivr.com


I only slightly modified the webdav-min.js and wrapped it into a function initializeDavUi() to make its initialization manually.

0 comments on commit d7005cf

Please sign in to comment.