summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json b/chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json
deleted file mode 100644
index adf1daefb52..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name" : "Content settings",
- "version" : "0.2",
- "description" : "Shows the content settings for the current site.",
- "permissions": [ "contentSettings", "tabs" ],
- "browser_action": {
- "default_icon": "contentSettings.png",
- "default_popup": "popup.html"
- },
- "manifest_version": 2
-}