Skip to content

Commit c47adf0

Browse files
committed
removed context menus permissions in chrome manifest
1 parent f82426c commit c47adf0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ Once launched, Reactime will automatically begin monitoring your application's s
195195

196196
<h1>🤝 Contributing to Reactime</h1>
197197

198-
We welcome contributions from developers of all skill levels! For detailed guidelines on how to contribute, please check out our
199-
<a href='./CONTRIBUTING.md'>🙋 Contributing README</a>
198+
We welcome contributions from developers of all skill levels! For detailed guidelines on how to contribute:
200199

201200
1. **Get Started**
202201

@@ -210,7 +209,7 @@ We welcome contributions from developers of all skill levels! For detailed guide
210209
- Test your changes thoroughly
211210
- Submit a pull request
212211

213-
Join our growing community of contributors and help shape the future of React debugging tools! For detailed contribution guidelines and project architecture information, please refer to our <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer README</a>.
212+
Join our growing community of contributors and help shape the future of React debugging tools! For detailed contribution guidelines and project architecture information, please refer to our <a href='./src/DEVELOPER_README.md'>👩‍💻 Developer README</a> and <a href='./CONTRIBUTING.md'>🙋 Contributing README</a>
214213
<br>
215214
<br>
216215

src/extension/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"matches": ["<all_urls>"]
2525
}
2626
],
27-
"permissions": ["contextMenus", "tabs", "activeTab", "scripting", "debugger", "alarms"],
27+
"permissions": ["tabs", "activeTab", "scripting", "debugger", "alarms"],
2828
"host_permissions": ["<all_urls>"]
2929
}

0 commit comments

Comments
 (0)