diff --git a/extension/changelog.json b/extension/changelog.json index d102a0f96..6e9746603 100644 --- a/extension/changelog.json +++ b/extension/changelog.json @@ -9,7 +9,8 @@ { "message": "Fixed Trade Open Chat.", "contributor": "TheFoxMan" }, { "message": "Fixed no notifications.", "contributor": "TheFoxMan" }, { "message": "Show days(if present) in popup for Jail and Hospital status.", "contributor": "TheFoxMan" }, - { "message": "CORS error for Gym Graph on Firefox.", "contributor": "TheFoxMan" } + { "message": "CORS error for Gym Graph on Firefox.", "contributor": "TheFoxMan" }, + { "message": "Optional permissions(for Global Revive Provider, TS and YATA) on Firefox.", "contributor": "TheFoxMan" } ], "changes": [], "removed": [] diff --git a/extension/manifest.json b/extension/manifest.json index 523381b62..cc2957ff6 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -23,6 +23,17 @@ }, "permissions": ["storage", "notifications", "background", "offscreen", "alarms"], "host_permissions": ["https://api.torn.com/"], + "optional_permissions": [ + "https://www.tornstats.com/*", + "https://yata.yt/*", + "https://www.nukefamily.org/*", + "https://tornuhc.eu/*", + "https://inq.mavri.dev/*", + "https://api.no1irishstig.co.uk/*", + "https://prombot.co.uk:8443/*", + "https://api.lzpt.io/*", + "https://what-the-f.de/*" + ], "optional_host_permissions": [ "https://www.tornstats.com/", "https://yata.yt/",