| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Animated Browser Action", | 2 "name": "Animated Browser Action", |
| 3 "description": "This extension adds an animated browser action to the toolbar.
", | 3 "description": "This extension adds an animated browser action to the toolbar.
", |
| 4 "version": "1.0", | 4 "version": "1.0", |
| 5 "background_page": "background.html", | 5 "background_page": "background.html", |
| 6 "browser_action": { | 6 "browser_action": { |
| 7 "name": "First icon", | 7 "name": "First icon", |
| 8 "icons": ["badicon.png", "print_16x16.png"] | 8 "icons": ["print_16x16.png"] |
| 9 } | 9 } |
| 10 } | 10 } |
| OLD | NEW |