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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
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
index 315b99777ec8247f9a6965e80876c312f1796095..cd3e56d8e96a3d739a28324a3071273ddab5a867 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
@@ -1,10 +1,11 @@
{
"name": "Font Settings",
"version": "0.2",
+ "manifest_version": 2,
"description": "Sample extension for Font Settings API",
"browser_action" : {
"default_icon": "fonts16.png",
- "popup": "popup.html"
+ "default_popup": "popup.html"
},
"icons": {
"16": "fonts16.png",
« 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