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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/manifest.json

Issue 9616038: Add example extension using Font Settings API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/common/extensions/docs/examples/api/fontSettings/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..23e7e0f35d25b05a94a5add17b18903a3f66f6d7
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Font Settings",
+ "version": "0.2",
+ "description": "Sample extension for Font Settings API",
+ "browser_action" : {
+ "default_icon": "fonts16.png",
+ "popup" : "popup.html"
+ },
+ "icons": {
+ "16": "fonts16.png",
+ "128": "fonts128.png"
+ },
+ "permissions": ["experimental"]
+}

Powered by Google App Engine
This is Rietveld 408576698