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

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

Issue 14660004: [Font Settings API] Add all supported scripts to the sample extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Advanced Font Settings", 2 "name": "Advanced Font Settings",
3 "version": "0.3", 3 "version": "0.4",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Customize per-script font settings.", 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698