Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / file_browser / permissions / manifest.json
blobc4ae8291c5f08866898c487cb0ae99cf512699b7
2   "name": "chrome.fileManagerPrivate permission test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests if chrome.fileManagerPrivate is not available to non-whitelisted apps.",
6   "app": {  
7     "background": {
8       "scripts": ["background.js"]
9     }
10   },
11   "permissions": [
12     "fileManagerPrivate"
13   ]