summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json b/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json
deleted file mode 100644
index 115b8d0124a..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Animated Page Action",
- "description": "This extension adds an animated browser action to the toolbar.",
- "version": "1.2",
- "background": {
- "page": "background.html"
- },
- "page_action": {
- "default_title": "First icon"
- },
- "manifest_version": 2
-}