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

{
  "name": "Crazy extension",
  "description": "Extension that does crazy things. Meaningful results usually just mean a lack of crashing.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {"scripts": ["background.js"]}
}