Alerte Bons Plans Hubside

Alerte Bons Plans Hubside

Grâce à l'alerte Bons Plans Hubside n'oubliez plus jamais de gagner du cashback lors de vos achats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.2.0",
  "description": "__MSG_extDescription__",
  "default_locale": "fr",
  "homepage_url": "http://cashback-club.shop-hubside.com/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "libs/jquery-3.3.1.min.js",
        "libs/handlebars.runtime.min.js",
        "libs/underscore-min.js",
        "libs/backbone-min.js",
        "libs/jquery.mousewheel.min.js",
        "libs/jquery.jscrollpane.min.js",
        "libs/moment.min.js",
        "handlebars-helpers.js",
        "content/style.js",
        "content/templates.js",
        "shared/constants.js",
        "shared/fr.js",
        "content/slider.js",
        "content/serp.js",
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ci.browser.helper.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/18x18.png",
    "default_title": "Alerte Réductions Hubside"
  },
  "icons": {
    "24": "images/24x24.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  }
}