blob: 6313d5cd445b371011737ca33e11c6f11e335309 (
plain)
1
2
3
4
5
6
7
8
|
{
"name": "chrome.extension.omnibox",
"version": "0.1",
"description": "end-to-end browser test for chrome.omnibox API",
"background_page": "test.html",
"omnibox": { "keyword": "keyword" },
"permissions": ["experimental"]
}
|