Skip to content

Commit

Permalink
fix: new api permissions in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJord4n committed Feb 20, 2025
1 parent 8e9144c commit dbe5f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "Redhole helps you track and view blackhole dates for yourself and others on the 42 network using intra.42.fr.",
"host_permissions": [
"https://pace-system.42.fr/api/v1/*/profile",
"https://profile-aggr.intra.42.fr/api/v2/users/*"
"https://profile-aggr.intra.42.fr/api/v2/users/*",
"https://intrapy.intra.42.fr/api/v1/users/*/summary"
],
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit dbe5f09

Please sign in to comment.