chrome.manifest 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # *****************************************************************************
  2. # ηMatrix - a browser extension to black/white list requests.
  3. # Copyright (C) 2019 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://gitlab.com/vannilla/ematrix
  15. # uMatrix Home: https://github.com/gorhill/uMatrix
  16. content ematrix ./
  17. locale ematrix en ./locale/en/
  18. locale ematrix ar ./locale/ar/
  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/