summaryrefslogtreecommitdiff
path: root/gecko/chrome/content/simplyread.xul
blob: f5efe94343dbde91de817788241b2bc30940b160 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<overlay id="simplyread" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
	<script src="chrome://simplyread/content/viable.js" />
	<script src="chrome://simplyread/content/simplyread.js" />
	<keyset>
		<key id="simplyread" modifiers="alt" key="r" oncommand="simplyread()" />
	</keyset>
	<toolbar id="addon-bar">
		<toolbarbutton id="simplyread-btn" image="chrome://simplyread/content/icon.png" label="SimplyRead" oncommand="simplyread()" />
	</toolbar>
</overlay>