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

{
  "name": "chrome.fileSystem get display path, prettify",
  "manifest_version": 2,
  "version": "0.1",
  "description": "Test for chrome.fileSystem.getDisplayPath",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "permissions": [
    {
      "fileSystem": []
    }
  ]
}