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

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

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "app": { 9 "app": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "extension_types": ["theme"] 352 "extension_types": ["theme"]
353 }, 353 },
354 "tts_engine": { 354 "tts_engine": {
355 "channel": "stable", 355 "channel": "stable",
356 "extension_types": ["extension", "legacy_packaged_app"] 356 "extension_types": ["extension", "legacy_packaged_app"]
357 }, 357 },
358 "update_url": { 358 "update_url": {
359 "channel": "stable", 359 "channel": "stable",
360 "extension_types": "all" 360 "extension_types": "all"
361 }, 361 },
362 "url_handlers": {
363 "channel": "trunk",
364 "extension_types": ["platform_app"]
365 },
362 "version": { 366 "version": {
363 "channel": "stable", 367 "channel": "stable",
364 "extension_types": "all" 368 "extension_types": "all"
365 }, 369 },
366 "web_accessible_resources": { 370 "web_accessible_resources": {
367 "channel": "stable", 371 "channel": "stable",
368 "extension_types": [ 372 "extension_types": [
369 "extension", "legacy_packaged_app", "hosted_app" 373 "extension", "legacy_packaged_app", "hosted_app"
370 ] 374 ]
371 } 375 }
372 } 376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698