Fixed CORS...

This commit is contained in:
Chen Asraf
2018-01-20 23:39:40 +02:00
parent 5cb98e240d
commit 8012e8ac01

View File

@@ -11,5 +11,9 @@
},
"browser_action": {
"default_icon": "android-chrome-192x192.png"
}
},
"permissions": [
"http://*/",
"https://*/"
]
}