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

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

Issue 12095023: Allow platform apps to add themselves to the Action Box. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use raw pointer + IconImage signature changed Created 7 years, 10 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // The default platform app CSP can only be overridden by whitelisted apps. 10 // The default platform app CSP can only be overridden by whitelisted apps.
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 }, 227 },
228 "page_action": { 228 "page_action": {
229 "channel": "stable", 229 "channel": "stable",
230 "extension_types": ["extension"] 230 "extension_types": ["extension"]
231 }, 231 },
232 "page_actions": { 232 "page_actions": {
233 "channel": "stable", 233 "channel": "stable",
234 "extension_types": ["extension"], 234 "extension_types": ["extension"],
235 "max_manifest_version": 1 235 "max_manifest_version": 1
236 }, 236 },
237 "page_launcher": {
238 "channel": "dev",
239 "extension_types": ["platform_app"]
240 },
237 "permissions": { 241 "permissions": {
238 "channel": "stable", 242 "channel": "stable",
239 "extension_types": [ 243 "extension_types": [
240 "extension", "packaged_app", "hosted_app", "platform_app" 244 "extension", "packaged_app", "hosted_app", "platform_app"
241 ] 245 ]
242 }, 246 },
243 "plugins": { 247 "plugins": {
244 "channel": "stable", 248 "channel": "stable",
245 "extension_types": ["extension", "packaged_app", "hosted_app"] 249 "extension_types": ["extension", "packaged_app", "hosted_app"]
246 }, 250 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "channel": "stable", 289 "channel": "stable",
286 "extension_types": "all" 290 "extension_types": "all"
287 }, 291 },
288 "web_accessible_resources": { 292 "web_accessible_resources": {
289 "channel": "stable", 293 "channel": "stable",
290 "extension_types": [ 294 "extension_types": [
291 "extension", "packaged_app", "hosted_app" 295 "extension", "packaged_app", "hosted_app"
292 ] 296 ]
293 } 297 }
294 } 298 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698