| Index: chrome/test/data/extensions/trigger_actions/browser_action/manifest.json
|
| diff --git a/chrome/test/data/extensions/trigger_actions/browser_action/manifest.json b/chrome/test/data/extensions/trigger_actions/browser_action/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..63145de75f776bcfaae8782c8f70388b151466d9
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/trigger_actions/browser_action/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "name": "A browser action that makes the active tab's background red",
|
| + "version": "1.0",
|
| + "background_page": "background.html",
|
| + "permissions": [
|
| + "tabs", "file://*"
|
| + ],
|
| + "browser_action": {
|
| + "name": "Make this page red",
|
| + "default_icon": "icon.png"
|
| + }
|
| +}
|
|
|