{
  "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"
  }
}
