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

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