Alerte Réductions Shopmium

Alerte Réductions Shopmium

Téléchargez notre extension “Alerte Réductions Shopmium” pour ne manquer aucun bon plan lorsque vous naviguez sur le web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alerte Réductions Shopmium",
  "version": "1.0.8.0",
  "description": "Téléchargez notre extension “Alerte Réductions Shopmium” pour ne manquer aucun bon plan lorsque vous naviguez sur le web!",
  "homepage_url": "https://www.shopmium.com/fr",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "libs/jquery-3.5.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",
        "content/slider.js",
        "content/serp.js",
        "content/gmap.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 Bons Plans Privileges Shopmium"
  },
  "icons": {
    "24": "images/24x24.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  }
}