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..d6dc374f770cd65cd9e0ffbdace32124e241078e |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/topsites/basic/manifest.json |
@@ -0,0 +1,10 @@ |
+{ |
+ "name": "Top Sites", |
+ "version": "1.2", |
+ "description": "Shows the top sites in a browser action", |
+ "permissions": ["topSites"], |
+ "browser_action": { |
+ "default_popup": "popup.html" |
not at google - send to devlin
2013/10/01 15:04:36
there was an icon for the old extension, could you
François Beaufort
2013/10/02 12:44:59
The old icon is actually not a valid file as you c
not at google - send to devlin
2013/10/02 14:48:12
Ah, oops... I would suggest finding an appropriate
|
+ }, |
+ "manifest_version": 2 |
+} |