Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / api / fontSettings / manifest.json
blob2829fecb42454550ca1b49db56ac17a759873d99
2   "name": "Advanced Font Settings",
3   "version": "0.67",
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"]