Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "A page action with a popup that does nothing.", | |
| 3 "version": "1.0", | |
| 4 "background_page": "background.html", | |
| 5 "permissions": [ | |
| 6 "tabs", "http://*/*" | |
| 7 ], | |
| 8 "page_action": { | |
| 9 "default_title": "Popup hello world", | |
| 10 "default_icon": "icon.png", | |
| 11 "popup": "popup.html" | |
| 12 } | |
| 13 } | |
| OLD | NEW |