You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.0 KiB
51 lines
2.0 KiB
13 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<?xml-stylesheet type="text/css" href="chrome://wappalyzer/skin/css/wappalyzer.css"?>
|
||
|
|
||
|
<!DOCTYPE overlay SYSTEM "chrome://wappalyzer/locale/wappalyzer.dtd">
|
||
|
|
||
|
<overlay id="wappalyzer-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<script type="application/x-javascript" src="chrome://wappalyzer/content/js/wappalyzer.js"/>
|
||
|
<script type="application/x-javascript" src="chrome://wappalyzer/content/js/apps.js"/>
|
||
13 years ago
|
<script type="application/x-javascript" src="chrome://wappalyzer/content/js/driver.js"/>
|
||
13 years ago
|
|
||
|
<stringbundleset id="stringbundleset">
|
||
|
<stringbundle id="wappalyzer-strings" src="chrome://wappalyzer/locale/wappalyzer.properties"/>
|
||
|
</stringbundleset>
|
||
|
|
||
|
<hbox id="urlbar-icons">
|
||
13 years ago
|
<hbox id="wappalyzer-container" popup="wappalyzer-menu">
|
||
13 years ago
|
<menupopup id="wappalyzer-menu" position="after_end">
|
||
|
<menu label="&wappalyzer.name;">
|
||
|
<menupopup>
|
||
13 years ago
|
<menuitem id="wappalyzer-menu-icons" label="&wappalyzer.showIcons;" />
|
||
|
<menuitem id="wappalyzer-menu-addonbar" label="&wappalyzer.addonBar;" />
|
||
|
<menuitem id="wappalyzer-menu-preferences" label="&wappalyzer.preferences;"/>
|
||
13 years ago
|
|
||
|
<menuseparator/>
|
||
|
|
||
13 years ago
|
<menuitem id="wappalyzer-menu-donate" label="&wappalyzer.donate;" />
|
||
|
<menuitem id="wappalyzer-menu-feedback" label="&wappalyzer.feedback;"/>
|
||
|
<menuitem id="wappalyzer-menu-website" label="&wappalyzer.website;" />
|
||
|
|
||
|
<menuseparator/>
|
||
|
|
||
|
<menuitem id="wappalyzer-menu-github" label="&wappalyzer.github;" image="chrome://wappalyzer/skin/images/github.ico" />
|
||
|
<menuitem id="wappalyzer-menu-twitter" label="&wappalyzer.twitter;" image="chrome://wappalyzer/skin/images/twitter.ico"/>
|
||
|
<menuitem id="wappalyzer-menu-gplus" label="&wappalyzer.gplus;" image="chrome://wappalyzer/skin/images/gplus.ico" />
|
||
13 years ago
|
</menupopup>
|
||
|
</menu>
|
||
|
|
||
13 years ago
|
<menuseparator/>
|
||
13 years ago
|
</menupopup>
|
||
|
</hbox>
|
||
|
</hbox>
|
||
13 years ago
|
|
||
|
<statusbar id="status-bar">
|
||
|
<statusbarpanel
|
||
|
id="wappalyzer-addonbar"
|
||
|
popup="wappalyzer-menu"
|
||
|
/>
|
||
|
</statusbar>
|
||
13 years ago
|
</overlay>
|