Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Top Sites", | |
| 3 "version": "1.2", | |
| 4 "description": "Shows the top sites in a browser action", | |
| 5 "permissions": ["topSites"], | |
| 6 "browser_action": { | |
| 7 "default_popup": "popup.html" | |
|
not at google - send to devlin
2013/10/01 15:04:36
there was an icon for the old extension, could you
François Beaufort
2013/10/02 12:44:59
The old icon is actually not a valid file as you c
not at google - send to devlin
2013/10/02 14:48:12
Ah, oops... I would suggest finding an appropriate
| |
| 8 }, | |
| 9 "manifest_version": 2 | |
| 10 } | |
| OLD | NEW |