Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / hotword_private / getLaunchState / manifest.json
1 {
2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCXAxIB5iu+XGtMYYJgSwMrqO+zNa3FlWeMJLOV+U1T2VL6wDU3WD9YNlioI6a6wG49AFquEbRxQwwxlvAZC1c95LBvRlnQAkEVum0KbrJ8WHTxxDEPOfITE0J1AP5j8V0WQ9jbYvUxgefIPhDPXHpdPRAxDotygTrPa33x1075wIDAQAB",
3   "name": "Hotword Private Test Extension",
4   "version": "0.1",
5   "manifest_version": 2,
6   "description": "Browser tests for chrome.hotword_private API",
7   "background" : {
8     "scripts": ["test.js"]
9   },
10   "permissions": ["hotwordPrivate"]
11 }