Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Side by Side Diff: chrome/common/extensions/api/_manifest_features.json

Issue 10966018: Make Extension::ShouldDisplayInLauncher driven by manifest property. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 { 5 {
6 "app": { 6 "app": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["packaged_app", "hosted_app", "platform_app"] 8 "extension_types": ["packaged_app", "hosted_app", "platform_app"]
9 }, 9 },
10 "app.background": { 10 "app.background": {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "extension_types": "all" 86 "extension_types": "all"
87 }, 87 },
88 "description": { 88 "description": {
89 "channel": "stable", 89 "channel": "stable",
90 "extension_types": "all" 90 "extension_types": "all"
91 }, 91 },
92 "devtools_page": { 92 "devtools_page": {
93 "channel": "stable", 93 "channel": "stable",
94 "extension_types": ["extension", "packaged_app"] 94 "extension_types": ["extension", "packaged_app"]
95 }, 95 },
96 "display_in_launcher": {
97 "channel": "stable",
98 "extension_types": ["packaged_app", "platform_app"],
99 "location": "component"
100 },
96 "file_browser_handlers": { 101 "file_browser_handlers": {
97 "channel": "stable", 102 "channel": "stable",
98 "extension_types": ["extension", "packaged_app"] 103 "extension_types": ["extension", "packaged_app"]
99 }, 104 },
100 "homepage_url": { 105 "homepage_url": {
101 "channel": "stable", 106 "channel": "stable",
102 "extension_types": ["extension", "packaged_app"] 107 "extension_types": ["extension", "packaged_app"]
103 }, 108 },
104 "icons": { 109 "icons": {
105 "channel": "stable", 110 "channel": "stable",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "channel": "stable", 232 "channel": "stable",
228 "extension_types": "all" 233 "extension_types": "all"
229 }, 234 },
230 "web_accessible_resources": { 235 "web_accessible_resources": {
231 "channel": "stable", 236 "channel": "stable",
232 "extension_types": [ 237 "extension_types": [
233 "extension", "packaged_app", "hosted_app" 238 "extension", "packaged_app", "hosted_app"
234 ] 239 ]
235 } 240 }
236 } 241 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/cloud_print_app/manifest.json ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698