blob: d0d8af10eefbfe25d7f9439220db610f0ac2f4bc [file] [log] [blame]
{
"name": "test",
"manifest_version": 2,
"version": "1",
"app": {
"urls": [
"http://www.google.com/mail/",
"http://www.google.com/foobar/"
],
"launch": {
"web_url": "http://www.google.com/mail/"
}
},
"permissions": [
"notifications"
],
"background": {
"page": "foo.html"
}
}