diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest')
-rw-r--r-- | toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest b/toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest new file mode 100644 index 0000000000..4d63b6b06a --- /dev/null +++ b/toolkit/mozapps/extensions/test/addons/test_chromemanifest_1/chrome.manifest @@ -0,0 +1,6 @@ +content test-addon-1 chrome/content +# comment! + locale test-addon-1 en-US locale/en-US + # commentaire! + locale test-addon-1 fr-FR locale/fr-FR +overlay chrome://browser/content/browser.xul chrome://test-addon-1/content/overlay.xul |