Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Sea monkey fixes #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
content tiddlyfox content/
overlay chrome://browser/content/browser.xul chrome://tiddlyfox/content/overlay.xul
overlay chrome://navigator/content/navigator.xul chrome://tiddlyfox/content/overlay.xul

locale tiddlyfox en-US locale/en-US/

Expand Down
5 changes: 5 additions & 0 deletions content/overlay.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
<menuitem id="tiddlyfox-hello" label="&tiddlyfox;"
oncommand="TiddlyFox.onMenuItemCommand(event);"/>
</menupopup>
<!-- for SeaMonkey -->
<menupopup id="taskPopup">
<menuitem id="tiddlyfox-hello" label="&tiddlyfox;"
oncommand="TiddlyFox.onMenuItemCommand(event);"/>
</menupopup>
</overlay>
10 changes: 9 additions & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,15 @@
<em:maxVersion>15.*</em:maxVersion>
</Description>
</em:targetApplication>

<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.27.*</em:maxVersion>
</Description>
</em:targetApplication>

</Description>

</RDF>