OLD | NEW |
1 { | 1 { |
2 "x-version": 2, | 2 "x-version": 2, |
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": "requires_authorization", | 9 "status": "requires_authorization", |
10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat
or' are bundled with ChromeOS, so we don't define a minimum version." | 10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat
or' are bundled with ChromeOS, so we don't define a minimum version." |
(...skipping 24 matching lines...) Expand all Loading... |
35 ], | 35 ], |
36 "versions": [ | 36 "versions": [ |
37 { | 37 { |
38 "version": "0", | 38 "version": "0", |
39 "status": "up_to_date", | 39 "status": "up_to_date", |
40 "comment": "Google Chrome PDF has no version information." | 40 "comment": "Google Chrome PDF has no version information." |
41 } | 41 } |
42 ], | 42 ], |
43 "name": "Chrome PDF Viewer", | 43 "name": "Chrome PDF Viewer", |
44 "group_name_matcher": "*Chrome PDF Viewer*" | 44 "group_name_matcher": "*Chrome PDF Viewer*" |
| 45 }, |
| 46 "chromium-pdf": { |
| 47 "mime_types": [ |
| 48 ], |
| 49 "versions": [ |
| 50 { |
| 51 "version": "0", |
| 52 "status": "up_to_date", |
| 53 "comment": "Chrome PDF Viewer has no version information." |
| 54 } |
| 55 ], |
| 56 "name": "Chromium PDF Viewer", |
| 57 "group_name_matcher": "*Chromium PDF Viewer*" |
45 } | 58 } |
46 } | 59 } |
OLD | NEW |