Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / permissions / audio-video.json
blob24a0e9e0ef0f7818e0809fa551322fde5b7d407f
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"]