Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Context Menus Sample", | 2 "name": "Context Menus Sample", |
| 3 "description": "Shows some of the features of the Context Menus API", | 3 "description": "Shows some of the features of the Context Menus API", |
| 4 "version": "0.5", | 4 "version": "0.5", |
| 5 "permissions": ["contextMenus"], | 5 "permissions": ["contextMenus"], |
| 6 "background_page": "background.html" | 6 "background_page": "background.html", |
| 7 "content_security_policy": "default-src 'self'" | |
| 7 } | 8 } |
| OLD | NEW |