| 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.1", | 4 "version": "1.1", |
| 5 "background": { | 5 "background": { |
| 6 "scripts": ["background.html"] | 6 "scripts": ["background.js"] |
| 7 }, | 7 }, |
| 8 "omnibox": { "keyword" : "omnix" }, | 8 "omnibox": { "keyword" : "omnix" }, |
| 9 "manifest_version": 2 | 9 "manifest_version": 2 |
| 10 } | 10 } |
| OLD | NEW |