chromium/chrome/test/data/extensions/permissions/sync_file_system.json

{
  "name": "SyncFileSystem permissions",
  "version": "1.0.1.0",
  "manifest_version": 2,
  "permissions": ["syncFileSystem"],
  "app": { "background": { "scripts": ["no-such-file.js"] } }
}