blob: 307ce85834f2eb8d817727467b9f2f4df46eb5b5 [file] [log] [blame]
{
"name": "test",
"manifest_version": 2,
"version": "1",
"app": {
"urls": [
"https://www.google.com/mail/"
],
"launch": {
"web_url": "https://www.google.com/mail/"
}
},
"permissions": [
"background"
],
"background": {
"allow_js_access": false
}
}