Skip to content

Commit

Permalink
feat: reduced permissions required to run extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBibby committed Mar 29, 2023
1 parent ef32523 commit e7bdb25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "Load More Pull Request" browser extension will be documented in this file:

#### v1.0.2 (March 29 2023)
- Relocated button to load diffs
- Removed unnecessary permission
- Repackaged extension to support Chrome/Edge/Firefox

### *Chrome / Edge*

#### v1.0.1 (March 17 2023)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The extension is limited to loading 25 diffs at a time and clicking it is only a

![Load More Pull Request - Screenshot](https://raw.githubusercontent.com/chrisbibby/load-more-pr/main/images/screenshot.png "Load More Diffs button added page")

## Notes:
Firefox users may have to grant the extension permission to run on github - setting 'Always allow on github.com'

## Store Links
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/load-more-pull-request/kjpkmiidagoaogongfodilidoajmibdg)
- [Google Chrome](https://chrome.google.com/webstore/detail/load-more-pull-request/elpanehbmbcebclnioijeadngjcfpjid)
Expand Down
3 changes: 1 addition & 2 deletions src/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
]
},
"permissions": [
"scripting",
"tabs"
"scripting"
],
"host_permissions": [
"https://github.com/*/*/pull/*"
Expand Down
3 changes: 1 addition & 2 deletions src/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"https://github.com/*/*/pull/*"
],
"permissions": [
"scripting",
"tabs"
"scripting"
],
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit e7bdb25

Please sign in to comment.