Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name" : "Imageinfo", | 2 "name" : "Imageinfo", |
| 3 "version" : "1.0.0", | 3 "version" : "1.0.1", |
| 4 "description" : "Get image info for images, including EXIF data", | 4 "description" : "Get image info for images, including EXIF data", |
| 5 "background_page" : "background.html", | 5 "background_page" : "background.html", |
| 6 "permissions" : [ | 6 "permissions" : [ |
| 7 "contextMenus", | 7 "contextMenus", |
| 8 "tabs", | 8 "tabs", |
| 9 "http://*/*", | 9 "http://*/*", |
| 10 "https://*/*" | 10 "https://*/*" |
| 11 ], | 11 ], |
| 12 "minimum_chrome_version" : "6.0.0.0", | 12 "minimum_chrome_version" : "6.0.0.0", |
| 13 "icons" : { | 13 "icons" : { |
| 14 "16" : "imageinfo-16.png", | 14 "16" : "imageinfo-16.png", |
| 15 "48" : "imageinfo-48.png", | 15 "48" : "imageinfo-48.png", |
| 16 "128" : "imageinfo-128.png" | 16 "128" : "imageinfo-128.png" |
| 17 } | 17 }, |
| 18 "content_security_policy": "default-src 'self'; connect-src talkingpointsmemo. com" | |
|
abarth-chromium
2011/10/15 18:23:12
When you just specify a host name like you've done
abarth-chromium
2011/10/15 18:24:44
Maybe this is the wrong CSP policy? I don't reall
Use mkwst_at_chromium.org plz.
2011/10/15 18:41:26
I uploaded the wrong patch. :) I was experimentin
| |
| 19 | |
| 18 } | 20 } |
| OLD | NEW |