| Index: chrome/test/data/extensions/samples/make_page_red/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/make_page_red/manifest.json b/chrome/test/data/extensions/samples/make_page_red/manifest.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..6bb35c623e51b8bd4153c96f2016919fcfeafefc
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/samples/make_page_red/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"]
|
| + }
|
| +}
|
|
|