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

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

Issue 992173002: Delete the old hotwording integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-remove-disable-option
Patch Set: Rebase. 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
(Empty)
1 {
2 // Extension ID: dnhpdliibojhegemfjheidglijccjfmc
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2 /cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJl FJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB",
4
5 "name": "hotword helper",
6 "version": "0.0.2.0",
7 "manifest_version": 2,
8
9 "background": {
10 "scripts": ["manager.js"],
11 "persistent": false
12 },
13
14 "permissions": [
15 "*://*.google.com/*",
16 "*://*.google.ru/*",
17 "*://*.google.co.uk/*",
18 "*://*.google.fr/*",
19 "*://*.google.de/*",
20 "chrome://newtab/",
21 "hotwordPrivate",
22 "tabs"
23 ],
24
25 "externally_connectable": {
26 "matches": [
27 "*://*.google.com/*",
28 "*://*.google.ru/*",
29 "*://*.google.co.uk/*",
30 "*://*.google.fr/*",
31 "*://*.google.de/*",
32 "chrome://newtab/"
33 ],
34 "ids": [
35 // Test extension.
36 "cpfhkdbjfdgdebcjlifoldbijinjfifp"
37 ]
38 },
39
40 "minimum_chrome_version": "32"
41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/hotword_helper/manager.js ('k') | chrome/browser/search/hotword_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698