Home | History | Annotate | Download | only in background_keepalive
      1 {
      2   "manifest_version": 2,
      3   "name": "background_nacl",
      4   "version": "0",
      5   "description": "Tests keeping background page with NaCl alive when active.",
      6   "app": {
      7     "background": {
      8       "scripts": ["background.js"]
      9     }
     10   }
     11 }
     12