chrome.manifest 2.2 KB

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