summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json b/chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json
deleted file mode 100644
index 9cb94fd72db..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "__MSG_application_title__",
- "description": "__MSG_application_description__",
- "version": "0.2",
- "default_locale": "en",
- "app": {
- "launch": {
- "web_url": "http://example.com/"
- }
- },
- "icons": {
- "128": "icon128.png"
- },
- "manifest_version": 2
-}