1{
2  "name": "Omnibox Example",
3  "description" : "To use, type 'omnix' plus a search term into the Omnibox.",
4  "version": "1.1",
5  "background": {
6    "scripts": ["background.js"]
7  },
8  "omnibox": { "keyword" : "omnix" },
9  "manifest_version": 2
10}
11