From 7357dced5259dd08fc798d377509874bdc2ac6b4 Mon Sep 17 00:00:00 2001 From: Rodrigo Orem Date: Mon, 28 Aug 2017 21:06:21 -0300 Subject: [PATCH] Inclui a Folha no manifesto para content script --- src/manifest-firefox.json | 5 ++++- src/manifest-opera.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 6c403ac..491aa13 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -20,7 +20,10 @@ "matches": [ "*://*.oglobo.globo.com/*", "*://www.economist.com/*", - "*://foreignpolicy.com/*" + "*://foreignpolicy.com/*", + "*://*.folha.uol.com.br/*", + "*://*.folha.com.br/*" + ] }], diff --git a/src/manifest-opera.json b/src/manifest-opera.json index 6c403ac..491aa13 100644 --- a/src/manifest-opera.json +++ b/src/manifest-opera.json @@ -20,7 +20,10 @@ "matches": [ "*://*.oglobo.globo.com/*", "*://www.economist.com/*", - "*://foreignpolicy.com/*" + "*://foreignpolicy.com/*", + "*://*.folha.uol.com.br/*", + "*://*.folha.com.br/*" + ] }],