Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json

Issue 9963133: Omnibox Example extension tries to load .html instead of .js. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-uploading Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/examples/api/omnibox/simple-example.zip ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Omnibox Example", 2 "name": "Omnibox Example",
3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.", 3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.",
4 "version": "1.1", 4 "version": "1.1",
5 "background": { 5 "background": {
6 "scripts": ["background.html"] 6 "scripts": ["background.js"]
7 }, 7 },
8 "omnibox": { "keyword" : "omnix" }, 8 "omnibox": { "keyword" : "omnix" },
9 "manifest_version": 2 9 "manifest_version": 2
10 } 10 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/omnibox/simple-example.zip ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698