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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 // 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
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtfVZc80kw93gaZwHGhOLpxGKil 8n/x1IQ2L/Oj76YeICJk5w4YKw+0N2IYA0gJnwqJdTu3ijrWqO2oQTWoZ3lHmAv9NHsUXHdrWuoGRuVq o0dakLnS+AB3rLGPSerZZNExpdK0Yd3wR6GMOJAoAQM9H6Zpo7LNYjPebx31QJZ6OgdYZA+Eu4fGIJkW IPY1LMsVO1jzFJ4JSPyNWmhxL4fHfQXVM5p1cgJSVxTXsB1ZGaRc4HF2kwSYMOimIiWqfU0VInTXVU7I S3hJaKzm/LExW/ABTGejf2sGIa725EQTavGFsQ07jFZdVzKGAjHCU/0Jy8PxDIg2B+ixlM2QXP/wIDAQ AB",
4 "name": "Hotword Audio Verification",
5 "version": "0.1",
6 "manifest_version": 2,
7
Dan Beam 2014/08/22 21:52:15 remove \n
kcarattini 2014/08/25 00:43:22 Done.
8 "app": {
Dan Beam 2014/08/22 21:52:15 indent off
kcarattini 2014/08/25 00:43:22 Done.
9 "background": {
10 "scripts": ["eventPage.js"],
11 "persistent": false
12 }
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698