blob: 8ed1c3604a0c64684f0330fffafd8c71932fca39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name" : "Extension Docs Search",
"description" : "Search the Chrome Extensions documentation. To use, type 'crdoc' plus a search term into the Omnibox.",
"version" : "1.0.0",
"permissions" : [
"experimental",
"http://src.chromium.org/viewvc/*",
"tabs"
],
"icons" : {
"16" : "icon-16.png",
"128" : "icon-128.png"
},
"omnibox": { "keyword" : "crdoc" },
"background_page" : "background.html"
}
|