From a1a7cf4d7a7f2161203c886188f04fdfba67450d Mon Sep 17 00:00:00 2001 From: Elton Hoffmann Date: Tue, 2 Nov 2021 20:27:28 -0300 Subject: [PATCH] Allowing extension to work on another url -yet the same page --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 98ffc86..7a0abab 100644 --- a/manifest.json +++ b/manifest.json @@ -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" @@ -25,7 +25,8 @@ }, { "matches": [ - "*://portalinvestidor.tesourodireto.com.br/MeusInvestimentos" + "*://portalinvestidor.tesourodireto.com.br/MeusInvestimentos", + "*://portalinvestidor.tesourodireto.com.br/Acompanhar" ], "js": [ "src/polyfill.js",