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