Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add declarativeNetRequestWithHostAccess #745

Closed
wants to merge 3 commits into from
Closed

Conversation

munron
Copy link

@munron munron commented Jul 1, 2023

This PR addresses the introduction of the declarativeNetRequestWithHostAccess permission in Chrome 96.

As per the recent changes in the Chrome Extensions Manifest V3, the declarativeNetRequestWithHostAccess permission has been introduced. However, this new permission was not defined in the permissions scheme.

This PR adds the declarativeNetRequestWithHostAccess permission to the scheme, ensuring that our extension's permissions align with the latest Chrome Extension Manifest V3 standards.

Please review and let me know if any changes are required.

https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/

@changeset-bot
Copy link

changeset-bot bot commented Jul 1, 2023

🦋 Changeset detected

Latest commit: ce5819b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
rollup-plugin-chrome-extension Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jul 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vite-plugin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2024 7:49pm

Copy link
Contributor

@jacksteamdev jacksteamdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the PR!

@jacksteamdev jacksteamdev added rollup-plugin Related to Rollup plugin schema labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup-plugin Related to Rollup plugin schema
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants