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

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

Issue 132533003: Moved url_handlers from dev to stable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 // 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 }, 382 },
383 "tts_engine": { 383 "tts_engine": {
384 "channel": "stable", 384 "channel": "stable",
385 "extension_types": ["extension", "legacy_packaged_app"] 385 "extension_types": ["extension", "legacy_packaged_app"]
386 }, 386 },
387 "update_url": { 387 "update_url": {
388 "channel": "stable", 388 "channel": "stable",
389 "extension_types": "all" 389 "extension_types": "all"
390 }, 390 },
391 "url_handlers": { 391 "url_handlers": {
392 "channel": "dev", 392 "channel": "stable",
393 "extension_types": ["platform_app"] 393 "extension_types": ["platform_app"]
394 }, 394 },
395 "version": { 395 "version": {
396 "channel": "stable", 396 "channel": "stable",
397 "extension_types": "all" 397 "extension_types": "all"
398 }, 398 },
399 "web_accessible_resources": { 399 "web_accessible_resources": {
400 "channel": "stable", 400 "channel": "stable",
401 "extension_types": [ 401 "extension_types": [
402 "extension", "legacy_packaged_app", "hosted_app" 402 "extension", "legacy_packaged_app", "hosted_app"
403 ] 403 ]
404 }, 404 },
405 "webview": { 405 "webview": {
406 "channel": "dev", 406 "channel": "dev",
407 "extension_types": ["platform_app"], 407 "extension_types": ["platform_app"],
408 "min_manifest_version": 2 408 "min_manifest_version": 2
409 } 409 }
410 } 410 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698