OLD | NEW |
1 { | 1 { |
2 "name": "Activity Log Test Extension", | 2 "name": "Activity Log Test Extension", |
3 "version": "0.1", | 3 "version": "0.1", |
4 "description": "Testing the Activity Log", | 4 "description": "Testing the Activity Log", |
5 "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking", | 5 "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking", |
6 "http://*/*", "https://*/*" ], | 6 "http://*/*", "https://*/*" ], |
7 "options_page": "options.html", | 7 "options_page": "options.html", |
8 "manifest_version": 2 | 8 "manifest_version": 2, |
| 9 "omnibox": { "keyword" : "hello" } |
9 } | 10 } |
OLD | NEW |