| 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.1", |
| 5 "permissions": ["tabs"], | 5 "permissions": ["tabs"], |
| 6 "background": { | 6 "background": { |
| 7 "page": "background.html" | 7 "page": "background.html" |
| 8 }, | 8 }, |
| 9 "page_action": { | 9 "page_action": { |
| 10 "default_title": "First icon" | 10 "default_title": "First icon" |
| 11 } | 11 }, |
| 12 "manifest_version": 2 |
| 12 } | 13 } |
| OLD | NEW |