chromium/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json

{
  "name": "Platform App fileSystem.getDisplayPath test",
  "manifest_version": 2,
  "version": "1",
  "file_handlers": {
    "text": {
      "types": [
        "text/*"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": []
    }
  ],
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  }
}