| Index: chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23e7e0f35d25b05a94a5add17b18903a3f66f6d7
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
|
| @@ -0,0 +1,14 @@
|
| +{
|
| + "name": "Font Settings",
|
| + "version": "0.2",
|
| + "description": "Sample extension for Font Settings API",
|
| + "browser_action" : {
|
| + "default_icon": "fonts16.png",
|
| + "popup" : "popup.html"
|
| + },
|
| + "icons": {
|
| + "16": "fonts16.png",
|
| + "128": "fonts128.png"
|
| + },
|
| + "permissions": ["experimental"]
|
| +}
|
|
|