[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
#%]Web-accessible files, like JavaScript, CSS, and images go in thisdirectory. You can reference them directly in your HTML. For example,if you have a file called "style.css" and your extension is called"Foo", you would put it in "extensions/Foo/web/style.css", and thenyou could link to it in HTML like:<link href="extensions/Foo/web/style.css" rel="stylesheet" type="text/css">