fixes paypro url in chrome extension

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-17 18:36:44 -03:00 committed by Matias Alejo Garcia
commit ba01844e5f

View file

@ -9,6 +9,7 @@
"default_icon": "img/icons/icon.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"tabs", "storage", "notifications"
],