Jeux gratuits - The-JeuxFlash.com

Jeux gratuits - The-JeuxFlash.com

Jouez à plusieurs milliers de jeux en ligne gratuitement !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16x16.png",
      "32": "img/icon_32x32.png"
    },
    "default_title": "__MSG_default_title__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/hideButton.js"
      ],
      "matches": [
        "*://*.the-jeuxflash.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "The-JeuxFlash.com",
  "version": "1.0.6",
  "default_locale": "fr",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/icon_16x16.png",
    "48": "img/[email protected]",
    "128": "img/icon_128x128.png"
  },
  "minimum_chrome_version": "49",
  "permissions": [
    "*://*.the-jeuxflash.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}