chromium/chrome/test/data/extensions/api_test/file_system/get_volume_list_not_kiosk_session/manifest.json

{
  "name": "chrome.fileSystem.getVolumeList not in kiosk session test",
  "manifest_version": 2,
  "version": "0.1",
  "description": "Test for getting a list of available volumes via chrome.fileSystem.getVolumeList when not running in the kiosk session.",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "permissions": [
    {
      "fileSystem": ["requestFileSystem"]
    }
  ]
}