Se connecter

Se connecter

Nouveau service - Surfez plus rapidement et facilement sur Google Chrome !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "fr",
  "description": "__MSG_extdesc__",
  "icons": {
    "16": "images/icon_16.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extname__",
  "permissions": [],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.5"
}