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

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

Issue 11227018: Font Settings API: UI overhaul of example extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update version and description string Created 8 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/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
index 9870d5519c8d3c46908680553506a212c9cff59b..38c964c110499c4fe9a77a2f2c8fe07256924ac1 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Font Settings",
- "version": "0.2",
+ "name": "Advanced Font Settings",
+ "version": "0.3",
"manifest_version": 2,
- "description": "Sample extension for Font Settings API",
+ "description": "Customize per-script font settings.",
"options_page": "options.html",
"icons": {
"16": "fonts16.png",

Powered by Google App Engine
This is Rietveld 408576698