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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "Font Settings", 2 "name": "Advanced Font Settings",
3 "version": "0.2", 3 "version": "0.3",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Sample extension for Font Settings API", 5 "description": "Customize per-script font settings.",
6 "options_page": "options.html", 6 "options_page": "options.html",
7 "icons": { 7 "icons": {
8 "16": "fonts16.png", 8 "16": "fonts16.png",
9 "128": "fonts128.png" 9 "128": "fonts128.png"
10 }, 10 },
11 "permissions": ["fontSettings"] 11 "permissions": ["fontSettings"]
12 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698