Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1410)

Unified Diff: chrome/browser/resources/hotword_audio_verification/manifest.json

Issue 467113004: Adds a skeleton component app for Always-On Hotwording opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
new file mode 100644
index 0000000000000000000000000000000000000000..959bd284f6c66166f709984f6066552fdf58b838
--- /dev/null
+++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
@@ -0,0 +1,13 @@
+{
+ // chrome-extension://abjokfonkihficiokmkfboogholifghn/
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtfVZc80kw93gaZwHGhOLpxGKil8n/x1IQ2L/Oj76YeICJk5w4YKw+0N2IYA0gJnwqJdTu3ijrWqO2oQTWoZ3lHmAv9NHsUXHdrWuoGRuVqo0dakLnS+AB3rLGPSerZZNExpdK0Yd3wR6GMOJAoAQM9H6Zpo7LNYjPebx31QJZ6OgdYZA+Eu4fGIJkWIPY1LMsVO1jzFJ4JSPyNWmhxL4fHfQXVM5p1cgJSVxTXsB1ZGaRc4HF2kwSYMOimIiWqfU0VInTXVU7IS3hJaKzm/LExW/ABTGejf2sGIa725EQTavGFsQ07jFZdVzKGAjHCU/0Jy8PxDIg2B+ixlM2QXP/wIDAQAB",
+ "name": "Hotword Audio Verification",
+ "version": "0.1",
+ "manifest_version": 2,
+
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
rpetterson 2014/08/19 18:55:29 Is this going to be a persistent app? An event pag
kcarattini 2014/08/20 03:13:27 Done.
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698