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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Font Settings",
3 "version": "0.2",
4 "description": "Sample extension for Font Settings API",
5 "browser_action" : {
6 "default_icon": "fonts16.png",
7 "popup" : "popup.html"
8 },
9 "icons": {
10 "16": "fonts16.png",
11 "128": "fonts128.png"
12 },
13 "permissions": ["experimental"]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698