<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NRCommandScriptSource</key>
	<string>tell application "NewsRack"
	set article_url to url of selected tab
	set article_title to title of selected tab
	tell application "Safari"
		add reading list item article_url with title article_title
	end tell
end tell</string>
	<key>NRCommandTitle</key>
	<string>Add to Reading List</string>
	<key>NRCommandType</key>
	<string>AppleScript</string>
</dict>
</plist>
