OLD | NEW |
1 { | 1 { |
2 "x-version": 5, | 2 "x-version": 5, |
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' 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 ], | 116 ], |
117 "versions": [ | 117 "versions": [ |
118 { | 118 { |
119 "version": "0", | 119 "version": "0", |
120 "status": "up_to_date", | 120 "status": "up_to_date", |
121 "comment": "Google Chrome PDF has no version information." | 121 "comment": "Google Chrome PDF has no version information." |
122 } | 122 } |
123 ], | 123 ], |
124 "name": "Chrome PDF Viewer", | 124 "name": "Chrome PDF Viewer", |
125 "group_name_matcher": "*Chrome PDF Viewer*" | 125 "group_name_matcher": "*Chrome PDF Viewer*" |
| 126 }, |
| 127 "chromium-pdf": { |
| 128 "mime_types": [ |
| 129 ], |
| 130 "versions": [ |
| 131 { |
| 132 "version": "0", |
| 133 "status": "up_to_date", |
| 134 "comment": "Chrome PDF Viewer has no version information." |
| 135 } |
| 136 ], |
| 137 "name": "Chromium PDF Viewer", |
| 138 "group_name_matcher": "*Chromium PDF Viewer*" |
126 } | 139 } |
127 } | 140 } |
OLD | NEW |