Merge pull request #2421 from keepassxreboot/add_all_urls_permission

Add all_urls permission to manifest files
This commit is contained in:
Sami Vänttinen 2024-12-25 15:56:39 +02:00 committed by GitHub
commit bab92a11f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -159,6 +159,7 @@
"extension_pages": "script-src 'self'"
},
"host_permissions": [
"<all_urls>",
"https://*/*",
"http://*/*"
],

View file

@ -148,6 +148,7 @@
"content/passkeys.js"
],
"permissions": [
"<all_urls>",
"activeTab",
"clipboardWrite",
"contextMenus",