diff options
author | papush | 2021-08-29 11:35:21 +0200 |
---|---|---|
committer | papush | 2021-08-29 11:35:48 +0200 |
commit | 2aeae2f5d2a668fd2f5f28138c47b823f73b1d2d (patch) | |
tree | dad5fe0bdecc378650ced36842d10f04a0e795c9 | |
parent | 02c49bb9d8e979fc67a79c89afc7c4373d02380e (diff) |
cleaned up the manifest
-rw-r--r-- | chrome.manifest | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/chrome.manifest b/chrome.manifest index 5221095..1f86526 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,9 +1,12 @@ -content redirector file:chrome/ -locale redirector en-US file:locale/en-US/ +content redirector file:chrome/ +skin redirector classic/1.0 skin/ -overlay chrome://browser/content/browser.xul chrome://redirector/content/browserOverlay.xul +overlay chrome://browser/content/browser.xul chrome://redirector/content/browserOverlay.xul +style chrome://global/content/customizeToolbar.xul chrome://redirector/skin/browser.css -component {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} chrome/js/component.js -contract @einaregilsson.com/redirector;1 {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} -category content-policy Redirector @einaregilsson.com/redirector;1 -category net-channel-event-sinks Redirector @einaregilsson.com/redirector;1
\ No newline at end of file +component {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} chrome/js/component.js +contract @einaregilsson.com/redirector;1 {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} +category content-policy Redirector @einaregilsson.com/redirector;1 +category net-channel-event-sinks Redirector @einaregilsson.com/redirector;1 + +locale redirector en-US file:locale/en-US/ |