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

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

Issue 25389003: [DocServer] Updated Top Sites Sample Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new icon Created 7 years, 2 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/topsites/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/topsites/basic/manifest.json b/chrome/common/extensions/docs/examples/api/topsites/basic/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c042c095a4e6cfca4975188350bee6a6e82a4395
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/topsites/basic/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Top Sites",
+ "version": "1.2",
+ "description": "Shows the top sites in a browser action",
+ "permissions": ["topSites"],
+ "browser_action": {
+ "default_icon": "icon.png",
+ "default_popup": "popup.html"
+ },
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698