diff options
author | Einar Egilsson | 2011-09-04 22:53:16 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-09-04 22:53:16 +0200 |
commit | 4b612baf4f29178214edec130856d83a40bf473d (patch) | |
tree | 20e36e3fcf7a24e829640c2fd605622f14af0edc /chrome.manifest | |
parent | 8fb65cf8aeaaf66636698310c0168929fc1a2ce0 (diff) |
Total restructuring of files and deletion of old files
Diffstat (limited to 'chrome.manifest')
-rw-r--r-- | chrome.manifest | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome.manifest b/chrome.manifest index e758bd7..5221095 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,12 +1,9 @@ - content redirector file:chrome/ locale redirector en-US file:locale/en-US/ -skin redirector classic/1.0 file:chrome/ui/skin/ -overlay chrome://browser/content/browser.xul chrome://redirector/content/ui/browserOverlay.xul +overlay chrome://browser/content/browser.xul chrome://redirector/content/browserOverlay.xul -component {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} chrome/code/component.js +component {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} chrome/js/component.js contract @einaregilsson.com/redirector;1 {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} -category profile-after-change Redirector @einaregilsson.com/redirector;1 category content-policy Redirector @einaregilsson.com/redirector;1 category net-channel-event-sinks Redirector @einaregilsson.com/redirector;1
\ No newline at end of file |