OLD | NEW |
1 { | 1 { |
2 "x-version": 4, | 2 "x-version": 4, |
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." |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "application/x-java-bean,version=1.3.1", | 42 "application/x-java-bean,version=1.3.1", |
43 "application/x-java-bean,version=1.4", | 43 "application/x-java-bean,version=1.4", |
44 "application/x-java-bean,version=1.4.1", | 44 "application/x-java-bean,version=1.4.1", |
45 "application/x-java-bean,version=1.4.2", | 45 "application/x-java-bean,version=1.4.2", |
46 "application/x-java-bean,version=1.5", | 46 "application/x-java-bean,version=1.5", |
47 "application/x-java-bean,version=1.6", | 47 "application/x-java-bean,version=1.6", |
48 "application/x-java-vm" | 48 "application/x-java-vm" |
49 ], | 49 ], |
50 "versions": [ | 50 "versions": [ |
51 { | 51 { |
| 52 "version": "0", |
| 53 "status": "requires_authorization", |
| 54 "comment": "Newer versions of Java don't have a standard version number
anymore." |
| 55 }, |
| 56 { |
| 57 "version": "12", |
| 58 "status": "out_of_date" |
| 59 }, |
| 60 { |
52 "version": "12.8.0", | 61 "version": "12.8.0", |
53 "status": "requires_authorization", | 62 "status": "requires_authorization", |
54 "comment": "Leopard" | 63 "comment": "Leopard" |
55 }, | 64 }, |
56 { | 65 { |
57 "version": "13", | 66 "version": "13", |
58 "status": "out_of_date" | 67 "status": "out_of_date" |
59 }, | 68 }, |
60 { | 69 { |
61 "version": "13.5.0", | 70 "version": "13.5.0", |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "status": "up_to_date", | 309 "status": "up_to_date", |
301 "comment": "We do not track version information for the Google Earth Plu
gin." | 310 "comment": "We do not track version information for the Google Earth Plu
gin." |
302 } | 311 } |
303 ], | 312 ], |
304 "lang": "en-US", | 313 "lang": "en-US", |
305 "name": "Google Earth", | 314 "name": "Google Earth", |
306 "url": "http://www.google.com/earth/explore/products/plugin.html", | 315 "url": "http://www.google.com/earth/explore/products/plugin.html", |
307 "group_name_matcher": "*Google Earth*" | 316 "group_name_matcher": "*Google Earth*" |
308 } | 317 } |
309 } | 318 } |
OLD | NEW |