- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / fontSettings / manifest.json
1 {
2   "name": "Advanced Font Settings",
3   "version": "0.66",
4   "manifest_version": 2,
5   "description": "Customize per-script font settings.",
6   "options_page": "options.html",
7   "icons": {
8     "16": "fonts16.png",
9     "128": "fonts128.png"
10   },
11   "permissions": ["fontSettings"]
12 }