Chromium Code Reviews| Index: chrome/browser/resources/script_bubble/manifest.json |
| diff --git a/chrome/browser/resources/script_bubble/manifest.json b/chrome/browser/resources/script_bubble/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..38a6bb3e79cd1e577b151eb2d7876a0b21758859 |
| --- /dev/null |
| +++ b/chrome/browser/resources/script_bubble/manifest.json |
| @@ -0,0 +1,9 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "Script Bubble", |
| + "description": "Shows the number of extensions running content script on the current tab.", |
| + "version": "1", |
| + "page_action": { |
| + "default_icon": "16.png" |
| + } |
| +} |