| OLD | NEW |
| (Empty) | |
| 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 |
| 3 // found in the LICENSE file. |
| 4 |
| 5 { |
| 6 "activeTab": { |
| 7 "channel": "dev", |
| 8 "extension_types": ["extension", "packaged_app"], |
| 9 "min_manifest_version": 2 |
| 10 }, |
| 11 "alarms": { |
| 12 "channel": "stable", |
| 13 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 14 "min_manifest_version": 2 |
| 15 }, |
| 16 "app.runtime": { |
| 17 "channel": "stable", |
| 18 "extension_types": ["platform_app"] |
| 19 }, |
| 20 "app.window": { |
| 21 "channel": "stable", |
| 22 "extension_types": ["platform_app"] |
| 23 }, |
| 24 "developerPrivate": { |
| 25 "channel": "dev", |
| 26 "extension_types": ["packaged_app"], |
| 27 "location": "component", |
| 28 "whitelist": "lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger |
| 29 }, |
| 30 "appNotifications": { |
| 31 "channel": "stable", |
| 32 "extension_types": ["packaged_app", "hosted_app"] |
| 33 }, |
| 34 "autotestPrivate": { |
| 35 "channel": "stable", |
| 36 "extension_types": ["extension", "packaged_app"], |
| 37 "location": "component" |
| 38 }, |
| 39 "audioCapture": { |
| 40 "channel": "stable", |
| 41 "extension_types": ["platform_app"] |
| 42 }, |
| 43 "background": { |
| 44 "channel": "stable", |
| 45 "extension_types": [ |
| 46 "extension", "packaged_app", "hosted_app" |
| 47 ] |
| 48 }, |
| 49 "bluetooth": { |
| 50 "channel": "dev", |
| 51 "extension_types": ["platform_app"] |
| 52 }, |
| 53 "bluetoothDevices": { |
| 54 "channel": "dev", |
| 55 "extension_types": ["platform_app"] |
| 56 }, |
| 57 "bookmarkManagerPrivate": { |
| 58 "channel": "stable", |
| 59 "extension_types": ["extension", "packaged_app"], |
| 60 "location": "component" |
| 61 }, |
| 62 "bookmarks": { |
| 63 "channel": "stable", |
| 64 "extension_types": ["extension", "packaged_app"] |
| 65 }, |
| 66 "browsingData": { |
| 67 "channel": "stable", |
| 68 "extension_types": ["extension", "packaged_app"] |
| 69 }, |
| 70 "chromePrivate": { |
| 71 "channel": "stable", |
| 72 "extension_types": ["extension", "packaged_app"], |
| 73 "whitelist": [ |
| 74 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver |
| 75 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta |
| 76 "fjcibdnjlbfnbfdjneajpipnlcppleek" // Citrix Receiver Dev |
| 77 ] |
| 78 }, |
| 79 "chromeosInfoPrivate": { |
| 80 "channel": "stable", |
| 81 "extension_types": ["extension", "packaged_app"], |
| 82 "location": "component" |
| 83 }, |
| 84 "clipboardRead": { |
| 85 "channel": "stable", |
| 86 "extension_types": [ |
| 87 "extension", "packaged_app", "hosted_app", "platform_app" |
| 88 ] |
| 89 }, |
| 90 "clipboardWrite": { |
| 91 "channel": "stable", |
| 92 "extension_types": [ |
| 93 "extension", "packaged_app", "hosted_app", "platform_app" |
| 94 ] |
| 95 }, |
| 96 "cloudPrintPrivate": { |
| 97 "channel": "stable", |
| 98 "extension_types": ["extension", "packaged_app"], |
| 99 // CloudPrint |
| 100 "whitelist": ["mfehgcgbbipciphmccgaenjidiccnmng"] |
| 101 }, |
| 102 "contentSettings": { |
| 103 "channel": "stable", |
| 104 "extension_types": ["extension", "packaged_app"] |
| 105 }, |
| 106 "contextMenus": { |
| 107 "channel": "stable", |
| 108 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 109 }, |
| 110 "cookies": { |
| 111 "channel": "stable", |
| 112 "extension_types": ["extension", "packaged_app"] |
| 113 }, |
| 114 "debugger": { |
| 115 "channel": "stable", |
| 116 "extension_types": ["extension", "packaged_app"] |
| 117 }, |
| 118 "devtools": { |
| 119 "channel": "stable", |
| 120 "extension_types": ["extension", "packaged_app"] |
| 121 }, |
| 122 "declarativeContent": { |
| 123 "channel": "trunk", |
| 124 "extension_types": ["extension"] |
| 125 }, |
| 126 "declarativeWebRequest": { |
| 127 "channel": "beta", |
| 128 "extension_types": ["extension", "packaged_app"] |
| 129 }, |
| 130 "downloads": { |
| 131 "channel": "dev", |
| 132 "extension_types": [ |
| 133 "extension", "packaged_app" |
| 134 ] |
| 135 }, |
| 136 "dial": { |
| 137 "channel": "stable", |
| 138 "extension_types": ["extension"], |
| 139 "whitelist": [ |
| 140 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV |
| 141 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging |
| 142 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary |
| 143 ] |
| 144 }, |
| 145 "experimental": { |
| 146 "channel": "stable", |
| 147 "extension_types": [ |
| 148 "extension", "packaged_app", "hosted_app", "platform_app" |
| 149 ] |
| 150 }, |
| 151 "fileBrowserHandler": { |
| 152 "channel": "stable", |
| 153 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 154 }, |
| 155 "fileBrowserPrivate": { |
| 156 "channel": "stable", |
| 157 "extension_types": ["extension", "packaged_app"], |
| 158 "location": "component" |
| 159 }, |
| 160 "fileSystem": { |
| 161 "channel": "stable", |
| 162 "extension_types": ["platform_app"] |
| 163 }, |
| 164 "fileSystem.write": { |
| 165 "channel": "stable", |
| 166 "extension_types": ["platform_app"] |
| 167 }, |
| 168 "fontSettings": { |
| 169 "channel": "stable", |
| 170 "extension_types": ["extension", "packaged_app"] |
| 171 }, |
| 172 "geolocation": { |
| 173 "channel": "stable", |
| 174 "extension_types": [ |
| 175 "extension", "packaged_app", "hosted_app", "platform_app" |
| 176 ] |
| 177 }, |
| 178 "history": { |
| 179 "channel": "stable", |
| 180 "extension_types": ["extension", "packaged_app"] |
| 181 }, |
| 182 "idle": { |
| 183 "channel": "stable", |
| 184 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 185 }, |
| 186 "input": { |
| 187 "channel": "stable", |
| 188 "extension_types": ["extension", "packaged_app"], |
| 189 "inplies_full_url_access": true |
| 190 }, |
| 191 "inputMethodPrivate": { |
| 192 "channel": "stable", |
| 193 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 194 "whitelist": [ |
| 195 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver |
| 196 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta |
| 197 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev |
| 198 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 199 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 200 ] |
| 201 }, |
| 202 "managedModePrivate": { |
| 203 "channel": "dev", |
| 204 "extension_types": ["extension", "packaged_app"], |
| 205 "location": "component" |
| 206 }, |
| 207 "management": { |
| 208 "channel": "stable", |
| 209 "extension_types": ["extension", "packaged_app"] |
| 210 }, |
| 211 "mediaGalleries": { |
| 212 "channel": "stable", |
| 213 "extension_types": [ "platform_app" ] |
| 214 }, |
| 215 "mediaGalleries.allAutoDetected": { |
| 216 "channel": "stable", |
| 217 "extension_types": [ "platform_app" ] |
| 218 }, |
| 219 "mediaGalleries.read": { |
| 220 "channel": "stable", |
| 221 "extension_types": [ "platform_app" ] |
| 222 }, |
| 223 "mediaGalleries.write": { |
| 224 "channel": "stable", |
| 225 "extension_types": [ "platform_app" ] |
| 226 }, |
| 227 // TODO(thestig) Remove this as part of http:://crbug.com/144496 |
| 228 "mediaGalleriesPrivate": { |
| 229 "channel": "stable", |
| 230 "extension_types": [ "platform_app" ], |
| 231 "whitelist": [ |
| 232 "ebpbnabdhheoknfklmpddcdijjkmklkp", |
| 233 "efjnaogkjbogokcnohkmnjdojkikgobo", |
| 234 "ejegoaikibpmikoejfephaneibodccma" |
| 235 ] |
| 236 }, |
| 237 "mediaPlayerPrivate": { |
| 238 "channel": "stable", |
| 239 "extension_types": ["extension", "packaged_app"], |
| 240 "location": "component" |
| 241 }, |
| 242 "metricsPrivate": { |
| 243 "channel": "stable", |
| 244 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 245 "whitelist": [ |
| 246 // The file manager is a component extension, and it can currently use |
| 247 // whitelisted interfaces without being on the corresponding whitelist. |
| 248 // Adding it to this whitelist documents its dependency, however, and also |
| 249 // doesn't hurt anything. |
| 250 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
| 251 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
| 252 "ionpfmkccalenbmnddpbmocokhaknphg" // Quickoffice dev |
| 253 ] |
| 254 }, |
| 255 "notifications": { |
| 256 "channel": "stable", |
| 257 "extension_types": [ |
| 258 "extension", "packaged_app", "hosted_app", "platform_app" |
| 259 ] |
| 260 }, |
| 261 "echoPrivate": { |
| 262 "channel": "stable", |
| 263 "extension_types": ["extension", "packaged_app"], |
| 264 "location": "component" |
| 265 }, |
| 266 "pageCapture": { |
| 267 "channel": "stable", |
| 268 "extension_types": ["extension", "packaged_app"] |
| 269 }, |
| 270 "pointerLock": { |
| 271 "channel": "dev", |
| 272 "extension_types": ["platform_app"] |
| 273 }, |
| 274 "plugin": { |
| 275 "channel": "stable", |
| 276 "extension_types": ["extension", "packaged_app"] |
| 277 }, |
| 278 "privacy": { |
| 279 "channel": "stable", |
| 280 "extension_types": ["extension", "packaged_app"] |
| 281 }, |
| 282 "proxy": { |
| 283 "channel": "stable", |
| 284 "extension_types": ["extension", "packaged_app"] |
| 285 }, |
| 286 "pushMessaging": { |
| 287 "channel": "stable", |
| 288 "extension_types": ["extension", "platform_app"] |
| 289 }, |
| 290 "rtcPrivate": { |
| 291 "channel": "stable", |
| 292 "extension_types": ["extension", "packaged_app"], |
| 293 "whitelist": [ |
| 294 "nckgahadagoaajjgafhacjanaoiihapd", // Google Talk prod |
| 295 "eggnbpckecmjlblplehfpjjdhhidfdoj", // Google Talk beta |
| 296 "ppleadejekpmccmnpjdimmlfljlkdfej", // Google Talk alpha |
| 297 "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug |
| 298 ] |
| 299 }, |
| 300 // Note: runtime is not actually a permission, but some systems check these |
| 301 // values to verify restrictions. |
| 302 "runtime": { |
| 303 "channel": "stable", |
| 304 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 305 "min_manifest_version": 2 |
| 306 }, |
| 307 "screensaver": { |
| 308 "channel": "stable", |
| 309 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 310 }, |
| 311 "serial": { |
| 312 "channel": "stable", |
| 313 "extension_types": ["platform_app"] |
| 314 }, |
| 315 "sessionRestore": { |
| 316 "channel": "dev", |
| 317 "extension_types": ["extension", "packaged_app"] |
| 318 }, |
| 319 "socket": { |
| 320 "channel": "stable", |
| 321 "extension_types": ["platform_app"] |
| 322 }, |
| 323 "syncFileSystem": { |
| 324 "channel": "dev", |
| 325 "extension_types": ["platform_app"] |
| 326 }, |
| 327 "systemIndicator": { |
| 328 "channel": "dev", |
| 329 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 330 }, |
| 331 "storage": { |
| 332 "channel": "stable", |
| 333 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 334 "min_manifest_version": 2 |
| 335 }, |
| 336 "systemInfo.display": { |
| 337 "channel": "stable", |
| 338 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 339 }, |
| 340 "systemPrivate": { |
| 341 "channel": "stable", |
| 342 "extension_types": ["extension", "packaged_app"], |
| 343 "location": "component" |
| 344 }, |
| 345 "tabs": { |
| 346 "channel": "stable", |
| 347 "extension_types": ["extension", "packaged_app"] |
| 348 }, |
| 349 "tabCapture": [{ |
| 350 "channel": "dev", |
| 351 "extension_types": ["extension", "packaged_app"] |
| 352 }, { |
| 353 "channel": "stable", |
| 354 "extension_types": ["extension", "packaged_app"], |
| 355 "whitelist": [ |
| 356 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // CV |
| 357 "fmfcbgogabcbclcofgocippekhfcmgfj", // CV Staging |
| 358 "hfaagokkkhdbgiakmmlclaapfelnkoah" // CV Canary |
| 359 ] |
| 360 }], |
| 361 "terminalPrivate": { |
| 362 "channel": "stable", |
| 363 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 364 "whitelist": [ |
| 365 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 366 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 367 ] |
| 368 }, |
| 369 "topSites": { |
| 370 "channel": "stable", |
| 371 "extension_types": ["extension", "packaged_app"] |
| 372 }, |
| 373 "tts": { |
| 374 "channel": "stable", |
| 375 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 376 }, |
| 377 "ttsEngine": { |
| 378 "channel": "stable", |
| 379 "extension_types": ["extension", "packaged_app"] |
| 380 }, |
| 381 "unlimitedStorage": { |
| 382 "channel": "stable", |
| 383 "extension_types": [ |
| 384 "extension", "packaged_app", "hosted_app", "platform_app" |
| 385 ] |
| 386 }, |
| 387 "usb": { |
| 388 "channel": "dev", |
| 389 "extension_types": ["platform_app"] |
| 390 }, |
| 391 "usbDevices": { |
| 392 "channel": "dev", |
| 393 "extension_types": ["platform_app"] |
| 394 }, |
| 395 "videoCapture": { |
| 396 "channel": "stable", |
| 397 "extension_types": ["platform_app"] |
| 398 }, |
| 399 "wallpaperPrivate": { |
| 400 "channel": "stable", |
| 401 "extension_types": ["platform_app"], |
| 402 "location": "component" |
| 403 }, |
| 404 "webNavigation": { |
| 405 "channel": "stable", |
| 406 "extension_types": ["extension", "packaged_app"] |
| 407 }, |
| 408 "webSocketProxyPrivate": { |
| 409 "channel": "stable", |
| 410 "extension_types": ["extension", "packaged_app"], |
| 411 "whitelist": [ |
| 412 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver |
| 413 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta |
| 414 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev |
| 415 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
| 416 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
| 417 ] |
| 418 }, |
| 419 "webstorePrivate": { |
| 420 "channel": "stable", |
| 421 "extension_types": ["extension", "packaged_app"], |
| 422 "whitelist": [ |
| 423 "ahfgeienlihckogmohjhadlkjgocpleb", // Web Store |
| 424 "afchcafgojfnemjkcbhfekplkmjaldaa" // Enterprise Web Store |
| 425 ] |
| 426 }, |
| 427 "webRequest": { |
| 428 "channel": "stable", |
| 429 "extension_types": ["extension", "packaged_app"] |
| 430 }, |
| 431 "webRequestBlocking": { |
| 432 "channel": "stable", |
| 433 "extension_types": ["extension", "packaged_app"] |
| 434 }, |
| 435 "webview": { |
| 436 "channel": "stable", |
| 437 "extension_types": ["platform_app"] |
| 438 } |
| 439 } |
| OLD | NEW |