{
  "name": "Lazy BG onInstalled test",
  "description": "Test that the onInstalled event is handled properly",
  "version": "1",
  "manifest_version": 2,
  "permissions": ["tabs"],
  "background": {
    "scripts": ["background.js"],
    "persistent": false
  }
}
