chromium/chrome/test/data/extensions/api_test/lazy_background_page/on_unload/manifest.json

{
  "name": "unload test",
  "description": "Tests that the onSuspend event works",
  "version": "1",
  "manifest_version": 2,
  "permissions": ["tabs"],
  "background": {
    "scripts": ["background.js"],
    "persistent": false
  },
  "browser_action": {
    "default_icon" : "icon.png",
    "default_title": "Title"
  }
}