Chromium Code Reviews| Index: chrome/test/data/extensions/context_menus/long_title/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/context_menus/long_title/manifest.json (revision 0) |
| +++ chrome/test/data/extensions/context_menus/long_title/manifest.json (revision 0) |
| @@ -0,0 +1,6 @@ |
| +{ |
| + "name" : "Context Menus Test Extension", |
| + "version" : "0.1", |
| + "permissions": [ "contextMenus", "tabs" ], |
| + "background_page": "background.html" |
| +} |