Mahjong Logic Game

Mahjong Logic Game

The famous and popular game is in a pop-up window in your browser now. Stop mining - play Mahjong!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/superagent.js",
      "js/anticheat.js",
      "js/bg.js",
      "js/typ_push.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/majonG_icon128w.png",
    "default_popup": "index.html",
    "default_title": "__MSG_appName__"
  },
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/majonG_icon16w.png",
    "48": "icons/majonG_icon48w.png",
    "128": "icons/majonG_icon128w.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "contentSettings",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "storage",
    "cookies",
    "https://*/*"
  ],
  "version": "3.2.0.3"
}