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

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