summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json b/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
deleted file mode 100644
index b4aa6ffe3bf..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "Typed URL History",
- "version": "1.2",
- "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
- "permissions": [
- "history"
- ],
- "browser_action": {
- "default_popup": "typedUrls.html",
- "default_icon": "clock.png"
- },
- "manifest_version": 2
-}