CashBack Génération

CashBack Génération

Les meilleurs cashbacks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CashBack Génération",
  "short_name": "CashBack Génération",
  "version": "2.1.2",
  "description": "Les meilleurs cashbacks",
  "author": "Ghiringhelli Etienne",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "browser_action": {
    "default_icon": "images/logo22.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://www.cashbackgeneration.com/service/extension/*"
  ]
}