Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/OngletWatcher.js",
      "/js/BackendManager.js",
      "/js/URI.min.js",
      "/js/jquery.min.js",
      "/js/background.js"
    ]
  },
  "description": "Les Bons Achats - Offres Shopping",
  "icons": {
    "24": "/img/logo-24.png",
    "128": "/img/logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "name": "Les Bons Achats - Offres Shopping",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}