Velupe Cashback

Velupe Cashback

Veja os melhores cupons e receba dinheiro de volta!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Veja os melhores cupons e receba dinheiro de volta!",
  "version": "3.0.0",
  "name": "Velupe Cashback",
  "short_name": "Velupe Cashback",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "velupe-16.png",
    "32": "velupe-32.png",
    "48": "velupe-48.png",
    "128": "velupe-128.png",
    "256": "velupe-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "velupe-16.png",
      "32": "velupe-32.png",
      "48": "velupe-48.png",
      "128": "velupe-128.png",
      "256": "velupe-256.png"
    },
    "default_title": "Velupe Cashback"
  },
  "permissions": [
    "cookies",
    "https://velupe.com.br/*"
  ],
  "web_accessible_resources": [
    "content.css",
    "content.html",
    "SourceSansPro-SemiBold.ttf",
    "header.png",
    "velupe-logotipo.png"
  ],
  "externally_connectable": {
    "matches": [
      "https://velupe.com.br/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}