Skip to content

Commit

Permalink
manifest: add app ID for Mozilla/Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed Aug 19, 2024
1 parent a0a7724 commit 7db9b3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@
"resources": ["services/*/*.png", "services/*/*.svg"],
"matches": ["<all_urls>"]
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "{9ad89e27-158a-48db-b71e-c92069989ee6}",
"strict_min_version": "109.0"
}
}
}

0 comments on commit 7db9b3b

Please sign in to comment.