| Index: chrome/test/data/extensions/samples/test_page_action/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/test_page_action/manifest.json b/chrome/test/data/extensions/samples/test_page_action/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..28e0dab95a44bae287b9f82ebf6474460ed6c9a9
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/samples/test_page_action/manifest.json
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "name": "Animated Page Action",
|
| + "description": "This extension adds an animated browser action to the toolbar.",
|
| + "version": "1.0",
|
| + "permissions": ["tabs"],
|
| + "background_page": "background.html",
|
| + "page_action": {
|
| + "default_title": "First icon",
|
| + "default_icon": "print_16x16.png"
|
| + }
|
| +}
|
|
|