Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / executescript / removed_frames / manifest.json
blobef48c4a77ce37bf91f6c3522a77cf612c3a059ea
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/", "webNavigation"]