summaryrefslogtreecommitdiff
path: root/gecko/chrome/content/simplyread.xul
diff options
context:
space:
mode:
Diffstat (limited to 'gecko/chrome/content/simplyread.xul')
-rw-r--r--gecko/chrome/content/simplyread.xul10
1 files changed, 10 insertions, 0 deletions
diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul
new file mode 100644
index 0000000..f216c41
--- /dev/null
+++ b/gecko/chrome/content/simplyread.xul
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<overlay id="simplyread" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <script src="chrome://simplyread/content/simplyread.js" />
+ <keyset>
+ <key id="simplyread" modifiers="accel alt" key="r" oncommand="simplyread()" />
+ </keyset>
+ <statusbar id="status-bar">
+ <image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
+ </statusbar>
+</overlay>