Index: chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json |
diff --git a/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddf73eb6b1f75a726c55f8a33d61fe2c2e25ea99 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/manifest.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "name": "Time filter for History", |
+ "version": "1.1", |
+ "description": "Reads your history, and shows the top ten pages you visit during this time of the day +/- 1 hour", |
+ "permissions": ["history", "tabs"], |
+ "browser_action": { |
+ "default_popup": "timeFilterUrls.html", |
+ "default_icon": "clock.png" |
+ }, |
+ "manifest_version": 2 |
+} |