| Index: chrome/test/data/extensions/api_test/browser_action/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/browser_action/manifest.json b/chrome/test/data/extensions/api_test/browser_action/manifest.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..750c5906ae6852e48d5ee2d0523aac295e6d1d2c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/browser_action/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "name": "A browser action with no icon that makes the page red",
|
| + "version": "1.0",
|
| + "background_page": "background.html",
|
| + "permissions": [
|
| + "tabs", "http://*/*"
|
| + ],
|
| + "browser_action": {
|
| + "name": "Make this page red",
|
| + "icons": ["icon.png", "icon2.png"]
|
| + }
|
| +}
|
|
|