| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Test of old-style page actions API", | 2 "name": "Test of old-style page actions API", |
| 3 "version": "1.0", | 3 "version": "1.0", |
| 4 "background": { | 4 "background": { |
| 5 "page": "background.html" | 5 "page": "background.html" |
| 6 }, | 6 }, |
| 7 "permissions": ["tabs"], | 7 "permissions": ["tabs"], |
| 8 "page_actions": [ | 8 "page_actions": [ |
| 9 { "id": "action", | 9 { "id": "action", |
| 10 "name": "action", | 10 "name": "action", |
| 11 "icons": ["icon.png"] | 11 "icons": ["icon.png", "icon1.png"] |
| 12 } | 12 } |
| 13 ], | 13 ], |
| 14 "background": { | 14 "background": { |
| 15 "page": "background.html" | 15 "page": "background.html" |
| 16 } | 16 } |
| 17 } | 17 } |
| OLD | NEW |