Skip to content

Commit

Permalink
Update firefox-manifest to resolve warnings
Browse files Browse the repository at this point in the history
Code                              Message                                       Description                                                                                     File
APPLICATIONS_DEPRECATED           Use "browser_specific_settings" instead of    The "applications" property in the manifest is deprecated and will no longer be accepted in     manifest.json
                                  "applications".                               Manifest Version 3 and above.
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key not supported by the specified   "strict_min_version" requires Firefox for Android 60, which was released before version 79      manifest.json

Signed-off-by: Patrick Harböck <[email protected]>
  • Loading branch information
Pharb committed Oct 4, 2024
1 parent ad243f8 commit 14e2453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/firefox-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"96": "icons/gopassbridge-96.png"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "{eec37db0-22ad-4bf1-9068-5ae08df8c7e9}",
"strict_min_version": "60.0"
"strict_min_version": "79.0"
}
},

Expand Down

0 comments on commit 14e2453

Please sign in to comment.