chromium/chrome/test/data/extensions/api_test/executescript/run_at/manifest.json

{
  "version": "1.0.0.0",
  "manifest_version": 2,
  "name": "run_at test",
  "description": "Test the run_at property of executeScript and insertCSS",
  "background": {
    "scripts": ["test.js"],
    "persistent": true
  },
  "permissions": ["tabs", "http://b.com/"]
}