Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |