chromium/chrome/test/data/extensions/api_test/alert/manifest.json

{
  "name": "background page alert crash",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Pops up an alert dialog from the bg page",
  "background": {
    "scripts": ["test.js"]
  }
}