Index: chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json |
diff --git a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json b/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json |
deleted file mode 100644 |
index 5757516cd779d91df0394b8062200a5bbc6b3369..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "name": "Time filter for History", |
- "version": "1.1", |
- "description": "Reads your history, and shows top pages you visited in the time +/-1 hour in the last two months", |
- "permissions": ["experimental"], |
- "browser_action": { |
- "default_popup": "historyFilterUrls.html", |
- "default_icon": "clock.png" |
- }, |
- "manifest_version": 2 |
-} |