Merge pull request #692 from marco-c/video_capture_permission

Add video-capture permission to the manifest
This commit is contained in:
Myk Melez 2014-12-05 17:21:12 -08:00
Родитель f4eb28cac2 83bba1fb33
Коммит dd84e7a059
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,9 @@
"browser": {},
"audio-capture": {
"description": "Required to capture audio via getUserMedia"
},
"video-capture": {
"description": "Required to take pictures"
}
},
"type": "privileged"