| Index: chrome/browser/resources/hotword_audio_verification/manifest.json
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/manifest.json b/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| index f20d50d867e361aad2a0dba1cbb16800957a5e4a..83a60ecedd079b0959003cf01e26054e14445a33 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| +++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| @@ -9,10 +9,12 @@
|
| "scripts": ["event_page.js"],
|
| "persistent": false
|
| },
|
| - "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources"
|
| + "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources chrome://settings"
|
| },
|
| "permissions": [
|
| "chrome://resources/",
|
| + "chrome://settings/",
|
| + "browser",
|
| "hotwordPrivate"
|
| ],
|
| "display_in_launcher": false
|
|
|