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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/manifest.json

Issue 10834241: Change Font Settings Sample Extension to use an options page instead of browser action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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 cd3e56d8e96a3d739a28324a3071273ddab5a867..9870d5519c8d3c46908680553506a212c9cff59b 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/manifest.json
@@ -3,10 +3,7 @@
"version": "0.2",
"manifest_version": 2,
"description": "Sample extension for Font Settings API",
- "browser_action" : {
- "default_icon": "fonts16.png",
- "default_popup": "popup.html"
- },
+ "options_page": "options.html",
"icons": {
"16": "fonts16.png",
"128": "fonts128.png"

Powered by Google App Engine
This is Rietveld 408576698