document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     <key>CFBundleIdentifier</key>
  2.     <string>com.apple.AppleScript.MagentLinkLauncher</string>
  3.     <key>CFBundleURLTypes</key>
  4.         <array>
  5.             <dict>
  6.                 <key>CFBundleURLName</key>
  7.                 <string>Magnet Link</string>
  8.                 <key>CFBundleURLSchemes</key>
  9.                 <array>
  10.                     <string>magnet</string>
  11.                 </array>
  12.             </dict>
  13.         </array>
');