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

Side by Side Diff: chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json

Issue 8536022: Adding static documentation to the speech input extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits and adding a example. Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Speech recognizer",
3 "version": "1.0",
4 "description": "Recognizes your speech and tells you the most likely result.",
5 "browser_action": {
6 "default_title": "Speech input demo",
Satish 2011/11/17 16:29:23 may be use the same string for 'name' and 'defaul
Leandro GraciĆ” Gil 2011/11/17 22:02:45 Sorry, I changed one and forgot about the other. F
7 "default_icon": "icon.png"
8 },
9 "background_page": "background.html",
10 "permissions": [
11 "experimental"
12 ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698