Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / executescript / subframes_on_load / manifest.json
blobeef6d9df72845ec24ef320d1c885ec503454817b
2   "version": "1.0.0.0",
3   "manifest_version": 2,
4   "name": "Subframes on load",
5   "description": "Test that calling executeScript on a tab that has completed its load injects into subframes.",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": ["tabs", "http://a.com/"]