Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5479)

Unified Diff: chrome/test/data/extensions/samples/test_page_action/manifest.json

Issue 269079: Implement new page action API. (Closed)
Patch Set: compile fixes Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698