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 22870011: chrome.mdns API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "extension_types": [ 272 "extension_types": [
273 "extension", "packaged_app", "hosted_app", "platform_app" 273 "extension", "packaged_app", "hosted_app", "platform_app"
274 ] 274 ]
275 }, 275 },
276 "options_page": { 276 "options_page": {
277 "channel": "stable", 277 "channel": "stable",
278 "extension_types": [ 278 "extension_types": [
279 "extension", "packaged_app", "hosted_app" 279 "extension", "packaged_app", "hosted_app"
280 ] 280 ]
281 }, 281 },
282 "mdns_service_types": {
283 "channel": "stable",
284 "extension_types": ["extension"],
285 "whitelist": [
286 "enhhojjnijigcajfphajepfemndkmdlo", // Dev
287 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
288 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
289 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
290 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
291 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
292 ]
293 },
282 "page_action": { 294 "page_action": {
283 "channel": "stable", 295 "channel": "stable",
284 "extension_types": ["extension"] 296 "extension_types": ["extension"]
285 }, 297 },
286 "page_actions": { 298 "page_actions": {
287 "channel": "stable", 299 "channel": "stable",
288 "extension_types": ["extension"], 300 "extension_types": ["extension"],
289 "max_manifest_version": 1 301 "max_manifest_version": 1
290 }, 302 },
291 "permissions": { 303 "permissions": {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "channel": "stable", 373 "channel": "stable",
362 "extension_types": "all" 374 "extension_types": "all"
363 }, 375 },
364 "web_accessible_resources": { 376 "web_accessible_resources": {
365 "channel": "stable", 377 "channel": "stable",
366 "extension_types": [ 378 "extension_types": [
367 "extension", "packaged_app", "hosted_app" 379 "extension", "packaged_app", "hosted_app"
368 ] 380 ]
369 } 381 }
370 } 382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698