Skip to content

Commit

Permalink
Fix matchs .br
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasrs committed Oct 3, 2022
1 parent 6104846 commit 9d9bea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SEI++",
"short_name": "SEI++",
"description": "SEI++: Adiciona novas funcionalidades ao Sistema Eletrônico de Informações - SEI (Requer uma versão do SEI maior ou igual a 3.0.0).",
"version": "5.1",
"version": "5.1.1",
"author": "Jonatas Evaristo",
"homepage_url": "https://jonatasrs.github.io/sei/",
"icons": {"48": "icons/seipp.png"},
Expand Down Expand Up @@ -31,7 +31,7 @@

"content_scripts": [
{
"matches": ["*://*.gov.br/*"],
"matches": ["*://*.br/*"],
"run_at": "document_start",
"css": ["cs_modules/core.css"],
"all_frames": true,
Expand All @@ -45,7 +45,7 @@
]
},
{
"matches": ["*://*.gov.br/*"],
"matches": ["*://*.br/*"],
"run_at": "document_end",
"css": [
"cs_modules/core.css",
Expand Down

0 comments on commit 9d9bea4

Please sign in to comment.