Les outils du web marketing francophone

Les outils du web marketing francophone

Accédez gratuitement aux outils du web marketing francophone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Les outils du web marketing francophone",
  "manifest_version": 2,
  "short_name": "esusweb",
  "description": "Accédez gratuitement aux outils du web marketing francophone",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_284-1503078117.png"
  },
  "icons": {
    "128": "128px_284-1503077895.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}