fixes paypro url in chrome extension

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-17 18:36:44 -03:00
parent f8f06ab556
commit cec0e2c4de
1 changed files with 1 additions and 0 deletions

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"
],