OLD | NEW |
1 { | 1 { |
2 "x-version": 9, | 2 "x-version": 10, |
3 "google-talk": { | 3 "google-talk": { |
4 "mime_types": [ | 4 "mime_types": [ |
5 ], | 5 ], |
6 "versions": [ | 6 "versions": [ |
7 { | 7 { |
8 "version": "0", | 8 "version": "0", |
9 "status": "up_to_date", | 9 "status": "up_to_date", |
10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat
or' use two completely different versioning schemes, so we can't define a minimu
m version." | 10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat
or' use two completely different versioning schemes, so we can't define a minimu
m version." |
11 } | 11 } |
12 ], | 12 ], |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 ], | 377 ], |
378 "versions": [ | 378 "versions": [ |
379 { | 379 { |
380 "version": "0", | 380 "version": "0", |
381 "status": "requires_authorization", | 381 "status": "requires_authorization", |
382 "comment": "Google Update plug-in is versioned but kept automatically up
-to-date" | 382 "comment": "Google Update plug-in is versioned but kept automatically up
-to-date" |
383 } | 383 } |
384 ], | 384 ], |
385 "name": "Google Update", | 385 "name": "Google Update", |
386 "group_name_matcher": "Google Update" | 386 "group_name_matcher": "Google Update" |
| 387 }, |
| 388 "facebook-video-calling": { |
| 389 "mime_types": [ |
| 390 "application/skypesdk-plugin" |
| 391 ], |
| 392 "versions": [ |
| 393 { |
| 394 "version": "0", |
| 395 "status": "up_to_date", |
| 396 "comment": "We do not track version information for the Facebook Video C
alling Plugin." |
| 397 } |
| 398 ], |
| 399 "lang": "en-US", |
| 400 "name": "Facebook Video Calling", |
| 401 "url": "https://www.facebook.com/chat/video/videocalldownload.php", |
| 402 "group_name_matcher": "*Facebook Video*" |
| 403 }, |
| 404 "google-earth": { |
| 405 "mime_types": [ |
| 406 "application/geplugin" |
| 407 ], |
| 408 "versions": [ |
| 409 { |
| 410 "version": "0", |
| 411 "status": "up_to_date", |
| 412 "comment": "We do not track version information for the Google Earth Plu
gin." |
| 413 } |
| 414 ], |
| 415 "lang": "en-US", |
| 416 "name": "Google Earth", |
| 417 "url": "http://www.google.com/earth/explore/products/plugin.html", |
| 418 "group_name_matcher": "*Google Earth*" |
387 } | 419 } |
388 } | 420 } |
OLD | NEW |