diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f323bdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~i +*.xpi diff --git a/README b/README new file mode 100644 index 0000000..06f45fe --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This is the source repository of the Firefox Addon "Leo Search" found at: + +https://addons.mozilla.org/en-US/firefox/addon/984/ + +More information will follow next... ;) + +hanez diff --git a/chrome.manifest b/chrome.manifest new file mode 100644 index 0000000..249667a --- /dev/null +++ b/chrome.manifest @@ -0,0 +1,7 @@ +content leo_search chrome/content/ +skin leo_search classic/1.0 chrome/skin/ +locale leo_search en-US chrome/locale/en-US/ +locale leo_search de-DE chrome/locale/de-DE/ + +overlay chrome://browser/content/browser.xul chrome://leo_search/content/ff-overlay.xul + diff --git a/chrome/content/about.xul b/chrome/content/about.xul new file mode 100644 index 0000000..8ca3754 --- /dev/null +++ b/chrome/content/about.xul @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul new file mode 100644 index 0000000..613e4a2 --- /dev/null +++ b/chrome/content/ff-overlay.xul @@ -0,0 +1,51 @@ + + + + +