removed trailing commas

This commit is contained in:
gorhill 2014-09-25 13:33:07 -04:00
parent bb0f53ebb9
commit e550887514
1 changed files with 3 additions and 3 deletions

View File

@ -347,7 +347,7 @@ chrome.webRequest.onBeforeRequest.addListener(
{
"urls": [
"http://*/*",
"https://*/*",
"https://*/*"
],
"types": [
"main_frame",
@ -374,7 +374,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener(
{
"urls": [
"http://*/*",
"https://*/*",
"https://*/*"
],
"types": [
"main_frame",
@ -389,7 +389,7 @@ chrome.webRequest.onHeadersReceived.addListener(
{
"urls": [
"http://*/*",
"https://*/*",
"https://*/*"
],
"types": [
"main_frame"