Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Omnibox Example", | 2 "name": "Omnibox Example", |
| 3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.", | 3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.", |
| 4 "version": "1.0", | 4 "version": "1.0", |
| 5 "background_page": "background.html", | 5 "background_page": "background.html", |
| 6 "omnibox": { "keyword" : "omnix" } | 6 "omnibox": { "keyword" : "omnix" }, |
| 7 "content_security_policy": "default-src 'self'" | |
| 7 } | 8 } |
| OLD | NEW |