Melhor Comprar - Discount Coupons

Melhor Comprar - Discount Coupons

Melhor Comprar shows the discount coupon directly in your shopping cart!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "128": "content/img/main-icon.png"
    }
  },
  "icons": {
    "128": "content/img/main-icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "content/css/checkStore.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "content/js/jquery.min.js",
        "content/js/checkStore.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "homepage_url": "https://www.melhorcomprar.com.br",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.0.53",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.css",
        "*.js",
        "*.svg",
        "*.jpg",
        "*.png"
      ]
    }
  ],
  "default_locale": "pt_BR"
}