Skip to content

Commit

Permalink
add slack url to manifest permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitosamson committed May 31, 2021
1 parent 0d204b9 commit e5d36bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/manifest.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NP Mod Helper",
"description": "A browser extension for expediting moderation in the NeutralVerse.",
"version": "2.0.0",
"permissions": ["https://*.reddit.com/", "http://*.reddit.com/", "identity"],
"permissions": ["https://*.reddit.com/", "http://*.reddit.com/", "identity", "https://slack.com/api/*"],
"content_scripts": [
{
"run_at": "document_end",
Expand Down

0 comments on commit e5d36bd

Please sign in to comment.