chromium/chrome/test/data/extensions/api_test/bindings/invalidate_context/manifest.json

{
  "name": "Invalidate Context",
  "description": "Tests behavior of using properties after context removal.",
  "manifest_version": 2,
  "version": "0.1",
  "background": {
    "scripts": ["background.js"]
  },
  "permissions": ["storage"]
}