tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

jar.mn (938B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 devtools.jar:
      6 %   content devtools %content/
      7     content/shared/webextension-fallback.html (webextension-fallback.html)
      8 %   resource devtools %modules/devtools/
      9 %   resource devtools-highlighter-styles resource://devtools/server/actors/highlighters/css/ contentaccessible=yes
     10 %   resource devtools-shared-images resource://devtools/shared/images/ contentaccessible=true
     11 %   content devtools-jsonview-styles %modules/devtools/client/jsonview/css/ contentaccessible=yes
     12 # The typical approach would be to list all the resource files in this manifest
     13 # for installation.  Instead of doing this, use the DevToolsModules syntax via
     14 # moz.build files to do the installation so that we can enforce correct paths
     15 # based on source tree location.