Skip to content

Commit

Permalink
Meta fixes (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jun 11, 2024
1 parent 92f6056 commit 37ed1fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@types/chrome": "^0.0.263",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"@types/chrome": "^0.0.268",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"xo": "^0.58.0"
},
"engines": {
Expand Down
12 changes: 2 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,11 @@ The whole `manifest.json` object to be parsed. By default it asks the browser to

## Related

### Permissions

- [webext-patterns](https://github.com/fregante/webext-patterns) - Convert the patterns of your WebExtension manifest to regex
- [webext-domain-permission-toggle](https://github.com/fregante/webext-domain-permission-toggle) - Browser-action context menu to request permission for the current tab.
- [webext-dynamic-content-scripts](https://github.com/fregante/webext-dynamic-content-scripts) - Automatically registers your content_scripts on domains added via permission.request

### Others

- [webext-options-sync](https://github.com/fregante/webext-options-sync) - Helps you manage and autosave your extension's options. Chrome and Firefox.
- [webext-storage-cache](https://github.com/fregante/webext-storage-cache) - Map-like promised cache storage with expiration. Chrome and Firefox
- [webext-permission-toggle](https://github.com/fregante/webext-permission-toggle) - Browser-action context menu to request permission for the current tab.
- [webext-detect-page](https://github.com/fregante/webext-detect-page) - Detects where the current browser extension code is being run. Chrome and Firefox.
- [web-ext-submit](https://github.com/fregante/web-ext-submit) - Wrapper around Mozilla’s web-ext to submit extensions to AMO.
- [Awesome-WebExtensions](https://github.com/fregante/Awesome-WebExtensions) - A curated list of awesome resources for WebExtensions development.
- [More…](https://github.com/fregante/webext-fun)

## License

Expand Down

0 comments on commit 37ed1fe

Please sign in to comment.