Bravo Best Price

Bravo Best Price

Looking for Promo Codes, deals and offers for your online shopping? Bravo Best Price finds you the best online bargains!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "config.js",
      "ciuvo-background-wex.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "__MSG_extension_name__"
  },
  "content_security_policy": "script-src 'self'; object-src https://ciuvo.com 'self'",
  "default_locale": "en",
  "description": "__MSG_extension_desc__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Bravo Best Price",
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "version": "2.2.7",
  "web_accessible_resources": [
    "ciuvo-contentscript-wex.js"
  ]
}