tor-browser

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

addon-jar.mn (1598B)


      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 # NOTE: Please keep the files listed in here in sync with the ones listed in
      6 # webext-glue/moz.build, as this ensures that the XPI generated at build time
      7 # shares the same structure as the built-in instance. (bug 1955994)
      8 
      9 browser.jar:
     10   builtin-addons/newtab/manifest.json (./manifest.json)
     11   builtin-addons/newtab/webext-glue/background.js (./webext-glue/background.js)
     12   builtin-addons/newtab/lib/ (./lib/*)
     13   builtin-addons/newtab/common/ (./common/*)
     14 * builtin-addons/newtab/data/content/abouthomecache/page.html.template (./data/content/abouthomecache/page.html.template)
     15 * builtin-addons/newtab/data/content/abouthomecache/script.js.template (./data/content/abouthomecache/script.js.template)
     16   builtin-addons/newtab/data/data/content/assets/  (./data/content/assets/*)
     17   builtin-addons/newtab/data/content/activity-stream.bundle.js (./data/content/activity-stream.bundle.js)
     18   builtin-addons/newtab/data/content/newtab-render.js (./data/content/newtab-render.js)
     19   builtin-addons/newtab/data/css/activity-stream.css (./css/activity-stream.css)
     20   builtin-addons/newtab/prerendered/activity-stream.html (./prerendered/activity-stream.html)
     21 #ifndef RELEASE_OR_BETA
     22   builtin-addons/newtab/prerendered/activity-stream-debug.html (./prerendered/activity-stream-debug.html)
     23 #endif
     24   builtin-addons/newtab/prerendered/activity-stream-noscripts.html (./prerendered/activity-stream-noscripts.html)