| OLD | NEW |
| 1 { | 1 { |
| 2 "plugins": [ | 2 "plugins": [ |
| 3 { | 3 { |
| 4 "mime_types": [ | 4 "mime_types": [ |
| 5 "application/x-java-applet", | 5 "application/x-java-applet", |
| 6 "application/x-java-applet,version=1.1", | 6 "application/x-java-applet,version=1.1", |
| 7 "application/x-java-applet,version=1.1.1", | 7 "application/x-java-applet,version=1.1.1", |
| 8 "application/x-java-applet,version=1.1.2", | 8 "application/x-java-applet,version=1.1.2", |
| 9 "application/x-java-applet,version=1.1.3", | 9 "application/x-java-applet,version=1.1.3", |
| 10 "application/x-java-applet,version=1.2", | 10 "application/x-java-applet,version=1.2", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 }, | 162 }, |
| 163 { | 163 { |
| 164 "mime_types": [ | 164 "mime_types": [ |
| 165 "video/divx", | 165 "video/divx", |
| 166 "video/x-matroska" | 166 "video/x-matroska" |
| 167 ], | 167 ], |
| 168 "lang": "en-US", | 168 "lang": "en-US", |
| 169 "name": "DivX Web Player", | 169 "name": "DivX Web Player", |
| 170 "identifier": "divx-player", | 170 "identifier": "divx-player", |
| 171 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller.
exe" | 171 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller.
exe" |
| 172 }, |
| 173 { |
| 174 "mime_types": [ |
| 175 "application/x-silverlight", |
| 176 "application/x-silverlight-2" |
| 177 ], |
| 178 "lang": "en-US", |
| 179 "name": "Silverlight", |
| 180 "identifier": "silverlight", |
| 181 "url": "http://go.microsoft.com/fwlink/?LinkID=149156" |
| 172 } | 182 } |
| 173 ] | 183 ] |
| 174 } | 184 } |
| OLD | NEW |