| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 { | 43 { |
| 44 "mime_types": [ | 44 "mime_types": [ |
| 45 "audio/vnd.rn-realaudio", | 45 "audio/vnd.rn-realaudio", |
| 46 "video/vnd.rn-realvideo", | 46 "video/vnd.rn-realvideo", |
| 47 "audio/x-pn-realaudio-plugin", | 47 "audio/x-pn-realaudio-plugin", |
| 48 "audio/x-pn-realaudio" | 48 "audio/x-pn-realaudio" |
| 49 ], | 49 ], |
| 50 "lang": "en-US", | 50 "lang": "en-US", |
| 51 "name": "RealPlayer", | 51 "name": "RealPlayer", |
| 52 "identifier": "realplayer", | 52 "identifier": "realplayer", |
| 53 "url": "http://www.real.com/realplayer/download", | 53 "url": "http://director.real.com/realplayer?type=rpsp_mac" |
| 54 "displayurl": true | |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "mime_types": [ | 56 "mime_types": [ |
| 58 "application/futuresplash", | 57 "application/futuresplash", |
| 59 "application/x-shockwave-flash" | 58 "application/x-shockwave-flash" |
| 60 ], | 59 ], |
| 61 "lang": "en-US", | 60 "lang": "en-US", |
| 62 "name": "Adobe Flash Player", | 61 "name": "Adobe Flash Player", |
| 63 "identifier": "adobe-flash-player", | 62 "identifier": "adobe-flash-player", |
| 64 "url": "http://get.adobe.com/flashplayer/", | 63 "url": "http://get.adobe.com/flashplayer/", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "displayurl": true | 166 "displayurl": true |
| 168 }, | 167 }, |
| 169 { | 168 { |
| 170 "mime_types": [ | 169 "mime_types": [ |
| 171 "video/divx", | 170 "video/divx", |
| 172 "video/x-matroska" | 171 "video/x-matroska" |
| 173 ], | 172 ], |
| 174 "lang": "en-US", | 173 "lang": "en-US", |
| 175 "name": "DivX Web Player", | 174 "name": "DivX Web Player", |
| 176 "identifier": "divx-player", | 175 "identifier": "divx-player", |
| 177 "url": "http://www.divx.com/en/downloads/divx/mac", | 176 "url": "http://www.divx.com/en/downloads/divx/mac" |
| 177 }, |
| 178 { |
| 179 "mime_types": [ |
| 180 "application/x-silverlight", |
| 181 "application/x-silverlight-2" |
| 182 ], |
| 183 "lang": "en-US", |
| 184 "name": "Silverlight", |
| 185 "identifier": "silverlight", |
| 186 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", |
| 178 "displayurl": true | 187 "displayurl": true |
| 179 } | 188 } |
| 180 ] | 189 ] |
| 181 } | 190 } |
| OLD | NEW |