| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Animated Page Action", | 2 "name": "Animated Page 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 "permissions": ["tabs"], | 5 "permissions": ["tabs"], |
| 6 "background_page": "background.html", | 6 "background_page": "background.html", |
| 7 "page_action": { | 7 "page_action": { |
| 8 "default_title": "First icon", | 8 "default_title": "First icon" |
| 9 "default_icon": "print_16x16.png" | |
| 10 } | 9 } |
| 11 } | 10 } |
| OLD | NEW |