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

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

Issue 23437015: Initial chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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
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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "extension_types": [ 274 "extension_types": [
275 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 275 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
276 ] 276 ]
277 }, 277 },
278 "options_page": { 278 "options_page": {
279 "channel": "stable", 279 "channel": "stable",
280 "extension_types": [ 280 "extension_types": [
281 "extension", "legacy_packaged_app", "hosted_app" 281 "extension", "legacy_packaged_app", "hosted_app"
282 ] 282 ]
283 }, 283 },
284 "mdns_service_types": {
285 "channel": "stable",
286 "extension_types": ["extension"],
287 "whitelist": [
288 "enhhojjnijigcajfphajepfemndkmdlo", // Dev
289 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
290 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
291 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
292 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
293 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
294 ]
295 },
284 "page_action": { 296 "page_action": {
285 "channel": "stable", 297 "channel": "stable",
286 "extension_types": ["extension"] 298 "extension_types": ["extension"]
287 }, 299 },
288 "page_actions": { 300 "page_actions": {
289 "channel": "stable", 301 "channel": "stable",
290 "extension_types": ["extension"], 302 "extension_types": ["extension"],
291 "max_manifest_version": 1 303 "max_manifest_version": 1
292 }, 304 },
293 "permissions": { 305 "permissions": {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "channel": "stable", 375 "channel": "stable",
364 "extension_types": "all" 376 "extension_types": "all"
365 }, 377 },
366 "web_accessible_resources": { 378 "web_accessible_resources": {
367 "channel": "stable", 379 "channel": "stable",
368 "extension_types": [ 380 "extension_types": [
369 "extension", "legacy_packaged_app", "hosted_app" 381 "extension", "legacy_packaged_app", "hosted_app"
370 ] 382 ]
371 } 383 }
372 } 384 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698