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

Side by Side Diff: chrome/browser/resources/hotword/manifest.json

Issue 988263002: Hotword: Make the new extension work with the NTP opt-in promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Commetns Created 5 years, 9 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
1 { 1 {
2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd 2 // Extension ID: nbpagnldghgfoolbancepceaanlmhfmd
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbHXRPiq2De9EJ+4pvNN6uE/D2avxrqy LSpA/Hq3II+btkPl1gboY3oUPTfevpVOFa90Y1c1b3/W682dXqybT0klIvFLKhdQx0LiVqSUQyIaDrwO CSo/ZcukbEwDRojegWymCjHvX6WZk4kKZzTJYzY1vrp0TWKLhttEMN9KFmowIDAQAB",
4 4
5 "name": "Hotword triggering", 5 "name": "Hotword triggering",
6 "version": "0.0.1.4", 6 "version": "0.0.1.4",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 8
9 "background": { 9 "background": {
10 "scripts": [ 10 "scripts": [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "chrome://resources/", 48 "chrome://resources/",
49 "audioCapture", 49 "audioCapture",
50 "hotwordPrivate", 50 "hotwordPrivate",
51 "idle", 51 "idle",
52 "management", 52 "management",
53 "metricsPrivate", 53 "metricsPrivate",
54 "tabs", 54 "tabs",
55 "unlimitedStorage" 55 "unlimitedStorage"
56 ], 56 ],
57 57
58 "externally_connectable": {
59 "matches": [
60 "*://*.google.at/*",
61 "*://*.google.ca/*",
62 "*://*.google.com/*",
63 "*://*.google.com.au/*",
64 "*://*.google.com.mx/*",
65 "*://*.google.com.br/*",
66 "*://*.google.co.jp/*",
67 "*://*.google.co.kr/*",
68 "*://*.google.co.nz/*",
69 "*://*.google.co.uk/*",
70 "*://*.google.co.za/*",
71 "*://*.google.de/*",
72 "*://*.google.es/*",
73 "*://*.google.fr/*",
74 "*://*.google.it/*",
75 "*://*.google.ru/*",
76 "chrome://newtab/"
77 ]
78 },
79
58 "import": [ 80 "import": [
59 { 81 {
60 "id": "lccekmodgklaepjeofjdjpbminllajkg" 82 "id": "lccekmodgklaepjeofjdjpbminllajkg"
61 } 83 }
62 ], 84 ],
63 85
64 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self'", 86 "content_security_policy": "object-src 'none'; script-src chrome://resources ' self'",
65 "minimum_chrome_version": "38" 87 "minimum_chrome_version": "38"
66 } 88 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/page_audio_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698