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

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