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

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

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: debug logspam Created 5 years, 11 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 // 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 177 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
178 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 178 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
179 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF 179 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
180 ] 180 ]
181 }, 181 },
182 "mime_types_handler": { 182 "mime_types_handler": {
183 "channel": "stable", 183 "channel": "stable",
184 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], 184 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
185 "whitelist": [ 185 "whitelist": [
186 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 186 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
187 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
188 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
189 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
190 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
191 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF 187 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
192 ] 188 ]
193 }, 189 },
194 "minimum_chrome_version": { 190 "minimum_chrome_version": {
195 "channel": "stable", 191 "channel": "stable",
196 "extension_types": [ 192 "extension_types": [
197 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 193 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
198 ] 194 ]
199 }, 195 },
200 "omnibox": { 196 "omnibox": {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 }, 279 },
284 "update_url": { 280 "update_url": {
285 "channel": "stable", 281 "channel": "stable",
286 "extension_types": "all" 282 "extension_types": "all"
287 }, 283 },
288 "url_handlers": { 284 "url_handlers": {
289 "channel": "stable", 285 "channel": "stable",
290 "extension_types": ["platform_app"] 286 "extension_types": ["platform_app"]
291 } 287 }
292 } 288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698