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

fix: add file:///* to manifest permissions #21

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

kevmo314
Copy link
Owner

No description provided.

@kevmo314 kevmo314 merged commit b42cc44 into main Apr 24, 2023
@HowieG
Copy link

HowieG commented Aug 5, 2023

Chrome is giving: Permission 'file:///*' is unknown or URL pattern is malformed.

@@ -12,7 +12,7 @@
"background": {
"service_worker": "js/background.js"
},
"permissions": ["contextMenus", "storage"],
"permissions": ["contextMenus", "storage", "file:///*"],
Copy link

Choose a reason for hiding this comment

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

Chrome is giving Permission 'file://*' is unknown or URL pattern is malformed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants