OLD | NEW |
1 { | 1 { |
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3Fl
WeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxx
DEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB", | 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3Fl
WeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxx
DEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB", |
3 "name": "Hotword Private Test Extension", | 3 "name": "Hotword Private Test Extension", |
4 "version": "0.1", | 4 "version": "0.1", |
5 "manifest_version": 2, | 5 "manifest_version": 2, |
6 "description": "Browser tests for chrome.hotword_private API", | 6 "description": "Browser tests for chrome.hotword_private API", |
7 "background" : { | 7 "background" : { |
8 "scripts": ["test.js"] | 8 "scripts": ["test.js"] |
9 }, | 9 }, |
10 "permissions": ["hotwordPrivate"] | 10 "permissions": ["hotwordPrivate"] |
11 } | 11 } |
OLD | NEW |