blob: 8faae690a20db9eb830b5ee51274afa13e216bbf [file] [log] [blame]
{
"name": "Extension omnibox keyword and short name test ",
"short_name": "short name",
"version": "0.1",
"manifest_version": 2,
"description": "Tests that when the omnibox keyword is triggered, the location icon view text is the extension's short name.",
"background": {
"scripts": ["background.js"]
},
"omnibox": { "keyword": "key" }
}