chrome.manifest 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # *****************************************************************************
  2. # ηMatrix - a browser extension to black/white list requests.
  3. # Copyright (C) 2019-2020 Alessio Vanni
  4. # Modified 2022 by Jesus E.
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see {http://www.gnu.org/licenses/}.
  15. # Home: https://c.hgit.ga/software/ematrix.git
  16. # uMatrix Home: https://github.com/gorhill/uMatrix
  17. content ematrix ./
  18. locale ematrix en ./locale/en/
  19. locale ematrix bg ./locale/bg/
  20. locale ematrix bn ./locale/bn/
  21. locale ematrix cs ./locale/cs/
  22. locale ematrix da ./locale/da/
  23. locale ematrix de ./locale/de/
  24. locale ematrix el ./locale/el/
  25. locale ematrix eo ./locale/eo/
  26. locale ematrix es ./locale/es/
  27. locale ematrix et ./locale/et/
  28. locale ematrix fa ./locale/fa/
  29. locale ematrix fi ./locale/fi/
  30. locale ematrix fil ./locale/fil/
  31. locale ematrix fr ./locale/fr/
  32. locale ematrix he ./locale/he/
  33. locale ematrix hi ./locale/hi/
  34. locale ematrix hu ./locale/hu/
  35. locale ematrix id ./locale/id/
  36. locale ematrix it ./locale/it/
  37. locale ematrix ja ./locale/ja/
  38. locale ematrix ko ./locale/ko/
  39. locale ematrix lv ./locale/lv/
  40. locale ematrix ml ./locale/ml/
  41. locale ematrix nb ./locale/nb/
  42. locale ematrix nl ./locale/nl/
  43. locale ematrix pl ./locale/pl/
  44. locale ematrix pt-BR ./locale/pt-BR/
  45. locale ematrix pt-PT ./locale/pt-PT/
  46. locale ematrix ro ./locale/ro/
  47. locale ematrix ru ./locale/ru/
  48. locale ematrix sl ./locale/sl/
  49. locale ematrix sr ./locale/sr/
  50. locale ematrix sv ./locale/sv/
  51. locale ematrix te ./locale/te/
  52. locale ematrix tr ./locale/tr/
  53. locale ematrix uk ./locale/uk/
  54. locale ematrix vi ./locale/vi/
  55. locale ematrix zh-CN ./locale/zh-CN/
  56. locale ematrix zh-TW ./locale/zh-TW/