blob: 87af5eae2a14096951e701003c2575832521db42 (
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="control 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>
|