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

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

Issue 10825094: Use manifest version 2 for font settings sample extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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": "Font Settings",
3 "version": "0.2", 3 "version": "0.2",
4 "manifest_version": 2,
4 "description": "Sample extension for Font Settings API", 5 "description": "Sample extension for Font Settings API",
5 "browser_action" : { 6 "browser_action" : {
6 "default_icon": "fonts16.png", 7 "default_icon": "fonts16.png",
7 "popup": "popup.html" 8 "default_popup": "popup.html"
8 }, 9 },
9 "icons": { 10 "icons": {
10 "16": "fonts16.png", 11 "16": "fonts16.png",
11 "128": "fonts128.png" 12 "128": "fonts128.png"
12 }, 13 },
13 "permissions": ["fontSettings"] 14 "permissions": ["fontSettings"]
14 } 15 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/fontSettings.zip ('k') | chrome/common/extensions/docs/extensions/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698