Skip to content

Commit

Permalink
Allowing extension to work on another url -yet the same page
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonjr committed Nov 2, 2021
1 parent 3a7531e commit a1a7cf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tesouro Direto - Preço teórico",
"version": "2.2.1",
"version": "2.3.0",
"description": "Exibe o preço teórico de um investimento no Tesouro Direto",
"icons": {
"64": "assets/td-icon-64.png"
Expand All @@ -25,7 +25,8 @@
},
{
"matches": [
"*://portalinvestidor.tesourodireto.com.br/MeusInvestimentos"
"*://portalinvestidor.tesourodireto.com.br/MeusInvestimentos",
"*://portalinvestidor.tesourodireto.com.br/Acompanhar"
],
"js": [
"src/polyfill.js",
Expand Down

0 comments on commit a1a7cf4

Please sign in to comment.