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

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: Fixed Copyright Year 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..7cf5ea5d1a1950c99c68cf6766452723b5fcf47c
--- /dev/null
+++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
@@ -0,0 +1,14 @@
+{
+ // chrome-extension://abjokfonkihficiokmkfboogholifghn/
Dan Beam 2014/08/22 21:52:15 ^ JSON doesn't allow comments...
rpetterson 2014/08/22 21:55:14 In general no, but it does for component extension
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtfVZc80kw93gaZwHGhOLpxGKil8n/x1IQ2L/Oj76YeICJk5w4YKw+0N2IYA0gJnwqJdTu3ijrWqO2oQTWoZ3lHmAv9NHsUXHdrWuoGRuVqo0dakLnS+AB3rLGPSerZZNExpdK0Yd3wR6GMOJAoAQM9H6Zpo7LNYjPebx31QJZ6OgdYZA+Eu4fGIJkWIPY1LMsVO1jzFJ4JSPyNWmhxL4fHfQXVM5p1cgJSVxTXsB1ZGaRc4HF2kwSYMOimIiWqfU0VInTXVU7IS3hJaKzm/LExW/ABTGejf2sGIa725EQTavGFsQ07jFZdVzKGAjHCU/0Jy8PxDIg2B+ixlM2QXP/wIDAQAB",
+ "name": "Hotword Audio Verification",
+ "version": "0.1",
+ "manifest_version": 2,
+
Dan Beam 2014/08/22 21:52:15 remove \n
kcarattini 2014/08/25 00:43:22 Done.
+ "app": {
Dan Beam 2014/08/22 21:52:15 indent off
kcarattini 2014/08/25 00:43:22 Done.
+ "background": {
+ "scripts": ["eventPage.js"],
+ "persistent": false
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698