1
0
Fork 0

Allow to run extension inside iframes

This commit is contained in:
Dan Hromada 2014-05-13 13:39:11 +02:00
parent 0644eab362
commit 4e0147fac5

View file

@ -16,8 +16,9 @@
"content_security_policy": "script-src 'self' https://*.googleapis.com; object-src 'self'", "content_security_policy": "script-src 'self' https://*.googleapis.com; object-src 'self'",
"content_scripts": [{ "content_scripts": [{
"all_frames": true,
"matches": ["<all_urls>"], "matches": ["<all_urls>"],
"js": ["lib/script.js"] "js": ["lib/script.js"]
}], }],
"browser_action": { "browser_action": {