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 b99d188c7f06df83f0f72a4af12c27444c31515e..1158a6033c0eee7a46ad36ab670bb7eae0a1db35 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/manifest.json |
+++ b/chrome/browser/resources/hotword_audio_verification/manifest.json |
@@ -8,6 +8,11 @@ |
"background": { |
"scripts": ["event_page.js"], |
"persistent": false |
- } |
- } |
+ }, |
+ "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources" |
+ }, |
+ "permissions": [ |
+ "chrome://resources/" |
+ ], |
+ "display_in_launcher": false |
benwells
2014/09/01 01:28:48
Does it still appear in chrome://apps?
kcarattini
2014/09/01 06:59:07
Does not appear to show in chrome://apps
|
} |