- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / permissions / audio-video.json
1 {
2   "name": "Combined message permissions",
3   "version": "1.0",
4   "manifest_version": 2,
5   "app": {
6     "background": {
7       "scripts": ["doesnt_exist.js"]
8     }
9   },
10   "permissions": ["http://api.flickr.com/",
11                   "bookmarks",
12                   "geolocation",
13                   "history",
14                   "management",
15                   "tabs",
16                   "audioCapture",
17                   "videoCapture"]
18 }