Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Detect Language", | |
| 3 "description": "Detects up to 3 languages and their percentages of the provide d string", | |
| 4 "version": "1.0", | |
| 5 | |
| 6 "browser_action": { | |
| 7 "default_icon": "icon.png", | |
|
mkearney1
2015/09/03 17:29:16
Are you trying to actually reference icon.png? You
amalika
2015/09/03 21:37:45
Done.
| |
| 8 "default_popup": "popup.html" | |
| 9 }, | |
| 10 | |
| 11 "manifest_version": 2 | |
| 12 } | |
| OLD | NEW |