summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json b/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json
deleted file mode 100644
index 28a1fda3744..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/manifest.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "manifest_version": 2,
-
- "name": "Getting started example",
- "description": "This extension allows the user to change the background color of the current page.",
- "version": "1.0",
-
- "browser_action": {
- "default_icon": "icon.png",
- "default_popup": "popup.html"
- },
- "permissions": [
- "activeTab",
- "storage"
- ]
-}