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

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

Issue 508743002: Whitelist the internal hotrod apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | 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 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "extension_types": ["platform_app"] 100 "extension_types": ["platform_app"]
101 }, 101 },
102 { 102 {
103 "channel": "stable", 103 "channel": "stable",
104 "extension_types": ["platform_app"], 104 "extension_types": ["platform_app"],
105 "whitelist": [ 105 "whitelist": [
106 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", 106 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
107 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", 107 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB",
108 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729 108 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/335729
109 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729 109 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/335729
110 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/335729 110 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/335729
111 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
112 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
113 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
114 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
111 ] 115 ]
112 } 116 }
113 ], 117 ],
114 "autotestPrivate": { 118 "autotestPrivate": {
115 "channel": "stable", 119 "channel": "stable",
116 "extension_types": ["extension", "legacy_packaged_app"], 120 "extension_types": ["extension", "legacy_packaged_app"],
117 "location": "component" 121 "location": "component"
118 }, 122 },
119 "background": [ 123 "background": [
120 { 124 {
(...skipping 19 matching lines...) Expand all
140 } 144 }
141 ], 145 ],
142 "bluetoothPrivate": { 146 "bluetoothPrivate": {
143 "channel": "stable", 147 "channel": "stable",
144 "extension_types": ["platform_app"], 148 "extension_types": ["platform_app"],
145 "platforms": ["chromeos", "win", "mac"], 149 "platforms": ["chromeos", "win", "mac"],
146 "whitelist": [ 150 "whitelist": [
147 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 151 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
148 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 152 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
149 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 153 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169
150 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/387169 154 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169
155 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
156 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
157 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
158 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
151 ] 159 ]
152 }, 160 },
153 "bookmarkManagerPrivate": { 161 "bookmarkManagerPrivate": {
154 "channel": "stable", 162 "channel": "stable",
155 "extension_types": ["extension", "legacy_packaged_app"], 163 "extension_types": ["extension", "legacy_packaged_app"],
156 "whitelist": [ 164 "whitelist": [
157 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager 165 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager
158 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 166 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
159 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 167 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
160 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 168 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 231 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
224 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258 232 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258
225 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 233 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088
226 // http://crbug.com/343701 234 // http://crbug.com/343701
227 // TODO(tbarzic): Remove the following six when http://crbug.com/346572 235 // TODO(tbarzic): Remove the following six when http://crbug.com/346572
228 // gets fixed. 236 // gets fixed.
229 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 237 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
230 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 238 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
231 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 239 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
232 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 240 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
233 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 241 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
242 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
243 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
244 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
245 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
234 ] 246 ]
235 }, 247 },
236 "clipboardRead": { 248 "clipboardRead": {
237 "channel": "stable", 249 "channel": "stable",
238 "extension_types": [ 250 "extension_types": [
239 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 251 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
240 ] 252 ]
241 }, 253 },
242 "clipboardWrite": { 254 "clipboardWrite": {
243 "channel": "stable", 255 "channel": "stable",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 }, 295 },
284 { 296 {
285 "channel": "stable", 297 "channel": "stable",
286 "extension_types": ["extension", "platform_app"], 298 "extension_types": ["extension", "platform_app"],
287 "whitelist": [ 299 "whitelist": [
288 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999 300 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999
289 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999 301 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999
290 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230 302 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230
291 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230 303 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230
292 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230 304 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230
293 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/389230 305 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230
306 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
307 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
308 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
309 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
294 ] 310 ]
295 } 311 }
296 ], 312 ],
297 "copresencePrivate": { 313 "copresencePrivate": {
298 "channel": "stable", 314 "channel": "stable",
299 "extension_types": ["extension"], 315 "extension_types": ["extension"],
300 "location": "component", 316 "location": "component",
301 "whitelist": [ 317 "whitelist": [
302 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy 318 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy
303 ] 319 ]
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 }, 444 },
429 "feedbackPrivate": { 445 "feedbackPrivate": {
430 "channel": "stable", 446 "channel": "stable",
431 "extension_types": ["extension", "platform_app"], 447 "extension_types": ["extension", "platform_app"],
432 "whitelist": [ 448 "whitelist": [
433 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. 449 "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI.
434 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 450 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
435 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 451 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
436 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 452 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
437 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 453 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
438 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/329690 454 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
455 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
456 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
457 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
458 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
439 ] 459 ]
440 }, 460 },
441 "fileBrowserHandler": { 461 "fileBrowserHandler": {
442 "channel": "stable", 462 "channel": "stable",
443 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 463 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
444 "platforms": ["chromeos"] 464 "platforms": ["chromeos"]
445 }, 465 },
446 "fileBrowserPrivate": { 466 "fileBrowserPrivate": {
447 "channel": "stable", 467 "channel": "stable",
448 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 468 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "ledger": { 606 "ledger": {
587 "channel": "trunk", 607 "channel": "trunk",
588 "extension_types": ["extension", "platform_app"], 608 "extension_types": ["extension", "platform_app"],
589 "platforms": ["chromeos"], 609 "platforms": ["chromeos"],
590 "whitelist": [ 610 "whitelist": [
591 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999 611 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999
592 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999 612 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999
593 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230 613 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230
594 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230 614 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230
595 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230 615 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230
596 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/389230 616 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230
617 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
618 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
619 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
620 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
597 ] 621 ]
598 }, 622 },
599 "location": [ 623 "location": [
600 { 624 {
601 "channel": "dev", 625 "channel": "dev",
602 "extension_types": [ 626 "extension_types": [
603 "extension", "legacy_packaged_app", "platform_app" 627 "extension", "legacy_packaged_app", "platform_app"
604 ] 628 ]
605 }, 629 },
606 { 630 {
607 "channel": "stable", 631 "channel": "stable",
608 "extension_types": [ 632 "extension_types": [
609 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 633 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
610 ], 634 ],
611 "location": "component" 635 "location": "component"
612 } 636 }
613 ], 637 ],
614 "logPrivate": { 638 "logPrivate": {
615 "channel": "stable", 639 "channel": "stable",
616 "extension_types": ["extension", "platform_app"], 640 "extension_types": ["extension", "platform_app"],
617 "whitelist": [ 641 "whitelist": [
618 "ddammdhioacbehjngdmkjcjbnfginlla", // Test 642 "ddammdhioacbehjngdmkjcjbnfginlla", // Test
619 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 643 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
620 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 644 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
621 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 645 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
622 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 646 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
623 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 647 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
624 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258 648 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258
625 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088 649 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088
650 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
651 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
652 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
653 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
626 ] 654 ]
627 }, 655 },
628 "webcamPrivate": { 656 "webcamPrivate": {
629 "channel": "dev", 657 "channel": "dev",
630 "extension_types": ["extension", "platform_app"] 658 "extension_types": ["extension", "platform_app"]
631 }, 659 },
632 "management": [ 660 "management": [
633 { 661 {
634 "channel": "stable", 662 "channel": "stable",
635 "extension_types": ["extension", "legacy_packaged_app"] 663 "extension_types": ["extension", "legacy_packaged_app"]
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890 810 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890
783 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890 811 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890
784 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890 812 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890
785 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 813 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
786 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 814 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
787 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 815 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
788 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 816 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
789 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 817 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
790 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 818 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
791 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing 819 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
792 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release 820 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
821 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
822 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
823 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
824 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
793 ] 825 ]
794 }, 826 },
795 "notificationProvider": { 827 "notificationProvider": {
796 "channel": "trunk", 828 "channel": "trunk",
797 "extension_types": ["extension", "platform_app"] 829 "extension_types": ["extension", "platform_app"]
798 }, 830 },
799 "notifications": { 831 "notifications": {
800 // The chrome.notifications functionality listed in notifications.idl is 832 // The chrome.notifications functionality listed in notifications.idl is
801 // available only to extension/platform_app types. The implementation of 833 // available only to extension/platform_app types. The implementation of
802 // that functionality enforces that restriction in 834 // that functionality enforces that restriction in
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 // Only allowed for whitelisted extensions until all the caveats are 1166 // Only allowed for whitelisted extensions until all the caveats are
1135 // addressed. Tracked in crbug/285151. 1167 // addressed. Tracked in crbug/285151.
1136 "channel": "stable", 1168 "channel": "stable",
1137 "extension_types": ["extension"], 1169 "extension_types": ["extension"],
1138 "location": "component", 1170 "location": "component",
1139 "whitelist": [ 1171 "whitelist": [
1140 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1172 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1141 ] 1173 ]
1142 }] 1174 }]
1143 } 1175 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698