Skip to content

Commit a828421

Browse files
Remove support for Mercadao
1 parent 6d92849 commit a828421

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Wine Rater
2-
Get Vivino ratings for supermarket websites
2+
Chrome extension to get Vivino ratings for supermarket websites
33

44
## Providers
55

66
- Continente
77
- Auchan
88
- El Corte Inglês
9-
- Mercadão
109
- Minipreço

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Wine Rater via Vivino",
33
"description": "Get Vivino ratings for supermarket websites",
4-
"version": "1.0",
4+
"version": "1.0.0",
55
"manifest_version": 3,
66
"permissions": ["tabs", "activeTab", "scripting"],
77
"host_permissions": ["http://*/*", "https://*/*"],
@@ -26,7 +26,6 @@
2626
"https://*.continente.pt/*",
2727
"https://*.auchan.pt/*",
2828
"https://*.elcorteingles.pt/*",
29-
"https://*.mercadao.pt/*",
3029
"https://*.minipreco.pt/*"
3130
],
3231

providers.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ const PROVIDERS = [
2323
ratingResult: ".pdp-title a span",
2424
},
2525
},
26-
{
27-
name: "Pingo Doce",
28-
url: "mercadao.pt",
29-
selectors: {
30-
productName: ".pdo-product-detail h2",
31-
ratingResult: ".pdo-product-detail h2",
32-
},
33-
},
3426
{
3527
name: "Minipreço",
3628
url: "minipreco.pt",

0 commit comments

Comments
 (0)