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

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

Issue 16174005: Implement externally_connectable! Web pages can now communicate directly with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jeffrey review Created 7 years, 6 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,
6 // simple_feature.h, and base_feature_provider.h.
7
5 { 8 {
6 "activeTab": { 9 "activeTab": {
7 "channel": "stable", 10 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 11 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 12 "min_manifest_version": 2
10 }, 13 },
11 "adview": { 14 "adview": {
12 "channel": "dev", 15 "channel": "dev",
13 "extension_types": ["platform_app"] 16 "extension_types": ["platform_app"]
14 }, 17 },
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }, 601 },
599 "webRequestBlocking": { 602 "webRequestBlocking": {
600 "channel": "stable", 603 "channel": "stable",
601 "extension_types": ["extension", "packaged_app"] 604 "extension_types": ["extension", "packaged_app"]
602 }, 605 },
603 "webview": { 606 "webview": {
604 "channel": "stable", 607 "channel": "stable",
605 "extension_types": ["platform_app"] 608 "extension_types": ["platform_app"]
606 } 609 }
607 } 610 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698