OLD | NEW |
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 // This features file defines manifest keys implemented under src/chrome. | 5 // This features file defines manifest keys implemented under src/chrome. |
6 // See extensions/common/features/* to understand this file, in particular | 6 // See extensions/common/features/* to understand this file, in particular |
7 // feature.h, simple_feature.h, and base_feature_provider.h. | 7 // feature.h, simple_feature.h, and base_feature_provider.h. |
8 | 8 |
9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
10 // | 10 // |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "platforms": ["chromeos", "win", "mac"] | 55 "platforms": ["chromeos", "win", "mac"] |
56 }, { | 56 }, { |
57 "channel": "stable", | 57 "channel": "stable", |
58 "extension_types": ["platform_app"], | 58 "extension_types": ["platform_app"], |
59 "platforms": ["linux"], | 59 "platforms": ["linux"], |
60 "whitelist": [ | 60 "whitelist": [ |
61 "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8", // unit_tests browser_tests | 61 "9E287A8257E58EFB13E89C86A4B75A3AC4B058D8", // unit_tests browser_tests |
62 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117 | 62 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117 |
63 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117 | 63 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117 |
64 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117 | 64 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117 |
65 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/396117 | 65 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/396117 |
| 66 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
| 67 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
| 68 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
| 69 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
66 ] | 70 ] |
67 }], | 71 }], |
68 "browser_action": { | 72 "browser_action": { |
69 "channel": "stable", | 73 "channel": "stable", |
70 "extension_types": ["extension"] | 74 "extension_types": ["extension"] |
71 }, | 75 }, |
72 "chrome_settings_overrides": { | 76 "chrome_settings_overrides": { |
73 "channel": "stable", | 77 "channel": "stable", |
74 "extension_types": ["extension"], | 78 "extension_types": ["extension"], |
75 "platforms": ["win"] | 79 "platforms": ["win"] |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 }, | 407 }, |
404 "url_handlers": { | 408 "url_handlers": { |
405 "channel": "stable", | 409 "channel": "stable", |
406 "extension_types": ["platform_app"] | 410 "extension_types": ["platform_app"] |
407 }, | 411 }, |
408 "version": { | 412 "version": { |
409 "channel": "stable", | 413 "channel": "stable", |
410 "extension_types": "all" | 414 "extension_types": "all" |
411 } | 415 } |
412 } | 416 } |
OLD | NEW |